diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index 71da69695d488ccc784a326eca8521b4f6b37786..ea144afea3b2674a9a6c8e1c18145cdc8922ae97 100644 --- a/xfel_calibrate/notebooks.py +++ b/xfel_calibrate/notebooks.py @@ -130,6 +130,21 @@ 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",