Skip to content
giadarol edited this page Nov 23, 2020 · 18 revisions

Preparation

To start:

cd /afs/cern.ch/work/l/lhcecld/run3_setup
source setup_scrubbing_environment

For the use of recalculated data make sure that EOS is mounted.

Analysis and plotting scripts

To plot the emittances:

run 005_plot_bsrt.py 6740 --highenergy

To plot heat loads vs time for one fill:

# From the logged data (arcs)
run 016_heat_load_arcs_vs_SAMs.py 6740 --var Arcs

# From recalculated data (arcs)
run 016_heat_load_arcs_vs_SAMs.py 6740 --var Arcs --use-recalc --with_press_drop

# From the logged data (special cell)
run 016_heat_load_arcs_vs_SAMs.py 6740 --var special_HC_dipoles

# From recalculated data (special cell)
run 016_heat_load_arcs_vs_SAMs.py 6740 --var special_HC_dipoles --use-recalc --with_press_drop

# To see all the available options:
run 016_heat_load_arcs_vs_SAMs.py --help

To plot heat loads over a period:

# To see all the available options:
run 016a_heat_load_period.py --tstart 29-05-2018,00:00 --tend 30-05-2018,12:00 --hourtickspac 6

To plot heat loads vs average bunch intensity for one fill:

# To see all the available options:
run 016b_heat_load_vs_intensity.py 6740

Clone this wiki locally