diff --git a/webservice/config/webservice.yaml b/webservice/config/webservice.yaml index 3888f36cc8a916570d795200b04d1ffbc163267d..66195a9a6282ec62992add2493a2e907bf8062f0 100644 --- a/webservice/config/webservice.yaml +++ b/webservice/config/webservice.yaml @@ -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", - ]