diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index 9de92ccc2ab0a917064fda92b65a749db7d7024c..3f16499e089b989924e4239ea2b48f0dbabe1c52 100644 --- a/xfel_calibrate/notebooks.py +++ b/xfel_calibrate/notebooks.py @@ -172,6 +172,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",