Skip to content
Snippets Groups Projects
Commit cccc1efe authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

try calib dir

parent d5db6186
Branches
Tags
1 merge request!127properly use DAQ as defined in athena/calibrations
This commit is part of merge request !127. Comments created here will be created in the context of that merge request.
...@@ -43,7 +43,7 @@ calo_daq = {} ...@@ -43,7 +43,7 @@ calo_daq = {}
digi_version = 'canyonlands' digi_version = 'canyonlands'
if detector_version != 'default': if detector_version != 'default':
digi_version = detector_version digi_version = detector_version
with open('config/calo_digi_{}.json'.format(digi_version)) as f: with open('calibrations/calo_digi_{}.json'.format(digi_version)) as f:
calo_config = json.load(f) calo_config = json.load(f)
## add proper ADC capacity based on bit depth ## add proper ADC capacity based on bit depth
for sys in calo_config: for sys in calo_config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment