From 3f529ea4e0a9e0be7d0ad09096f119b1fdd99955 Mon Sep 17 00:00:00 2001 From: Qing Tian <qingtian@exflqr13361.desy.de> Date: Mon, 29 Apr 2019 10:05:48 +0200 Subject: [PATCH] added "CORRECT" of EPIX to notebooks.py --- xfel_calibrate/notebooks.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index 52e9163ac..2b63c3448 100644 --- a/xfel_calibrate/notebooks.py +++ b/xfel_calibrate/notebooks.py @@ -148,5 +148,12 @@ notebooks = { "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}, + }, }, } -- GitLab