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
+ 13
13
Compare changes
  • Side-by-side
  • Inline
@@ -60,6 +60,18 @@ dark:
@@ -60,6 +60,18 @@ dark:
reports-folder: /gpfs/exfel/d/cal/caldb_store/xfel/reports/{instrument}/{det_instance}/{action}
reports-folder: /gpfs/exfel/d/cal/caldb_store/xfel/reports/{instrument}/{det_instance}/{action}
commissioning-penalty: 1250
commissioning-penalty: 1250
job-penalty: 2
job-penalty: 2
 
three-gain-detectors:
 
[
 
"LPD",
 
"AGIPD",
 
"JUNGFRAU",
 
"JF",
 
"JNGFR",
 
"JUNGF",
 
"GH2",
 
"G2",
 
"HIREX",
 
]
cmd: >-
cmd: >-
python -m xfel_calibrate.calibrate {detector} DARK
python -m xfel_calibrate.calibrate {detector} DARK
--concurrency-par karabo_da
--concurrency-par karabo_da
@@ -69,16 +81,4 @@ dark:
@@ -69,16 +81,4 @@ dark:
--slurm-name {action}_{instrument}_{detector}_{cycle}_p{proposal}_{runs}
--slurm-name {action}_{instrument}_{detector}_{cycle}_p{proposal}_{runs}
--report-to {reports_folder}/{action}_{proposal}_{runs}_{time_stamp}
--report-to {reports_folder}/{action}_{proposal}_{runs}_{time_stamp}
--cal-db-interface tcp://max-exfl-cal001:8015#8044
--cal-db-interface tcp://max-exfl-cal001:8015#8044
--db-output
--db-output
three-gain-detectors:
\ No newline at end of file
[
"LPD",
"AGIPD",
"JUNGFRAU",
"JF",
"JNGFR",
"JUNGF",
"GH2",
"G2",
"HIREX",
]
Loading