From 987a4d8845db41eea8409c1eed0fc24ebf6f9f0c Mon Sep 17 00:00:00 2001 From: Mikhail Karnevskiy <karnem@max-exfl001.desy.de> Date: Tue, 7 Aug 2018 14:36:10 +0200 Subject: [PATCH] Add PlotFromCalDB notebook --- xfel_calibrate/notebooks.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index 972d6df66..7219218aa 100644 --- a/xfel_calibrate/notebooks.py +++ b/xfel_calibrate/notebooks.py @@ -66,6 +66,12 @@ notebooks = { "default concurrency": [-1], "cluster cores": 2}, }, + "PLOTSTATFROMCALDB": { + "notebook": "notebooks/LPD/PlotFromCalDB.ipynb", + "concurrency": {"parameter": None, + "default concurrency": None, + "cluster cores": 1}, + }, }, "PNCCD": { "CHARACTERIZE": { @@ -76,4 +82,4 @@ notebooks = { }, } - } \ No newline at end of file + } -- GitLab