diff --git a/xfel_calibrate/notebooks.py b/xfel_calibrate/notebooks.py index 972d6df66269b4596e5821b227a99492b8eb8298..7219218aad84de16f2b110095b0b918749807a5e 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 + }