Skip to content
Snippets Groups Projects

[Webservice] Move list of three gain/run detectors into webservice config yaml

Merged Karim Ahmed requested to merge feat/config_3_dark_runs_dets into master
All threads resolved!
1 file
+ 12
12
Compare changes
  • Side-by-side
  • Inline
@@ -63,6 +63,18 @@ dark:
reports-folder: /gpfs/exfel/d/cal/caldb_store/xfel/reports/{instrument}/{det_instance}/{action}
commissioning-penalty: 1250
job-penalty: 2
three-gain-detectors:
[
"LPD",
"AGIPD",
"JUNGFRAU",
"JF",
"JNGFR",
"JUNGF",
"GH2",
"G2",
"HIREX",
]
cmd: >-
python -m xfel_calibrate.calibrate {detector} DARK
--concurrency-par karabo_da
@@ -73,15 +85,3 @@ dark:
--report-to {reports_folder}/{action}_{proposal}_{runs}_{time_stamp}
--cal-db-interface tcp://max-exfl-cal001:8015#8044
--db-output
three-gain-detectors:
[
"LPD",
"AGIPD",
"JUNGFRAU",
"JF",
"JNGFR",
"JUNGF",
"GH2",
"G2",
"HIREX",
]
Loading