-
Notifications
You must be signed in to change notification settings - Fork 1
/
calibration_config.py
24 lines (22 loc) · 1.03 KB
/
calibration_config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
calibration_config = [
{'name': 'Run1',
'start': '2008_09_01 00:00:00',
'end': '2013_06_01 00:00:00',
'file': '/afs/cern.ch/work/l/lhcecld/run3_test/tools/LHCCryoHeatLoadCalibration/Cryo_Beam_Screen_Calibration_Run1.csv'
},
# {'name': 'Run2',
# 'start': '2015_01_01 00:00:00',
# 'end': '2019_06_01 00:00:00',
# 'file': '/afs/cern.ch/work/l/lhcecld/run3_test/tools/LHCCryoHeatLoadCalibration/Cryo_Beam_Screen_Calibration_Run2.csv'
# },
{'name': 'Run2_withRun3calib',
'start': '2015_01_01 00:00:00',
'end': '2019_06_01 00:00:00',
'file': '/afs/cern.ch/work/l/lhcecld/run3_test/tools/LHCCryoHeatLoadCalibration/CryoBeamScreenParameters_Run2_withRun3Calib.csv'
},
{'name': 'Run3',
'start': '2022_01_01 00:00:00',
'end': '2028_01_01 00:00:00',
'file': '/afs/cern.ch/work/l/lhcecld/run3_test/tools/LHCCryoHeatLoadCalibration/CryoBeamScreenParameters_Run3.csv'
}
]