Skip to content
Snippets Groups Projects

Remove bin/get_calibrations

Merged Wouter Deconinck requested to merge remove-get-calibrations into master
Files
8
@@ -14,7 +14,7 @@ detector_path = str(os.environ.get("DETECTOR_PATH", "."))
compact_path = os.path.join(detector_path, detector_name)
# input arguments from calibration file
with open('config/emcal_barrel_calibration.json') as f:
with open(f'{detector_path}/calibrations/emcal_barrel_calibration.json') as f:
calib_data = json.load(f)['electron']
print(calib_data)
Loading