From ec864b1484c6ba1277eb6db75a565a8b9d647984 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Wed, 27 Dec 2023 11:04:29 +0100
Subject: [PATCH] update notebooks.py with 4 notebooks

---
 src/xfel_calibrate/notebooks.py | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/xfel_calibrate/notebooks.py b/src/xfel_calibrate/notebooks.py
index e1f308faa..9a68609a1 100644
--- a/src/xfel_calibrate/notebooks.py
+++ b/src/xfel_calibrate/notebooks.py
@@ -203,6 +203,24 @@ notebooks = {
                             "use function": "balance_sequences",
                             "cluster cores": 14},
         },
+        "FF_HISTS": {
+            "notebook":
+                "notebooks/Jungfrau/gainCal_JF_Create_Spectra_Histos.ipynb",
+            "dep_notebook":
+                "notebooks/Jungfrau/gainCal_JF_Fit_Spectra_Histos.ipynb",
+            "concurrency": {"parameter": None,
+                            "default concurrency": None,
+                            "cluster cores": 4},
+        },
+        "FF": {
+            "notebook":
+                "notebooks/Jungfrau/create_gain_map.ipynb",
+            "dep_notebooks":
+                "notebooks/Jungfrau/gainCal_JF_Fit_sendDB_NBC.ipynb",
+            "concurrency": {"parameter": None,
+                            "default concurrency": None,
+                            "cluster cores": 4},
+        },
     },
     "GOTTHARD2": {
         "CORRECT": {
-- 
GitLab