From 47a35c05fe5c6ea568a39d55efa67914f4a48b3f Mon Sep 17 00:00:00 2001 From: Karim Ahmed <karim.ahmed@xfel.eu> Date: Wed, 26 Feb 2020 13:27:03 +0100 Subject: [PATCH] add epix100 which would be the default name in future --- xfel_calibrate/notebooks.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index ff69d5435..cfb4061fd 100644 --- a/xfel_calibrate/notebooks.py +++ b/xfel_calibrate/notebooks.py @@ -162,6 +162,22 @@ notebooks = { "cluster cores": 4}, }, }, + "EPIX100": { + "DARK": { + "notebook": "notebooks/ePix/Characterize_Darks_ePix_NBC.ipynb", + "concurrency": {"parameter": None, + "default concurrency": None, + "cluster cores": 4}, + }, + + "CORRECT": { + "notebook": "notebooks/ePix/Correction_ePix_NBC.ipynb", + "concurrency": {"parameter": "sequences", + "default concurrency": [-1], + "use function": "balance_sequences", + "cluster cores": 4}, + }, + }, "EPIX10K": { "DARK": { "notebook": "notebooks/ePix/Characterize_Darks_ePix10K_NBC.ipynb", -- GitLab