From d55a854fdcc87d3b441e8ce51a3d2dbe2f77bcee Mon Sep 17 00:00:00 2001 From: Karim Ahmed <ahmedk@exflqr13068.desy.de> Date: Thu, 5 Sep 2019 11:58:08 +0200 Subject: [PATCH] remove change in notebook.py --- xfel_calibrate/notebooks.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index ea144afea..71da69695 100644 --- a/xfel_calibrate/notebooks.py +++ b/xfel_calibrate/notebooks.py @@ -130,21 +130,6 @@ notebooks = { "cluster cores": 4}, }, }, - "DETLAB": { - "DARK": { - "notebook": "notebooks/FastCCD/Characterize_Darks_NewDAQ_FastCCD_NBC_New_Common_Mode.ipynb", - "concurrency": {"parameter": None, - "default concurrency": None, - "cluster cores": 16}, - }, - "CORRECT": { - "notebook": "notebooks/FastCCD/CorrectionNotebook_NewDAQ_FastCCD_NBC.ipynb", - "concurrency": {"parameter": "sequences", - "default concurrency": [-1], - "use function": "balance_sequences", - "cluster cores": 4}, - }, - }, "JUNGFRAU": { "DARK": { "notebook": "notebooks/Jungfrau/Jungfrau_dark_analysis_all_gains_burst_mode_NBC.ipynb", -- GitLab