diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index ff69d543511fce0a84db98a0e771ba0fc7747c9e..cfb4061fd86703857c18a1a683cf5ca04d11c6ae 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",