From c25097e12aee1444ac8e5f17e07ba642836d12ee Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Mon, 8 May 2023 09:09:39 +0200
Subject: [PATCH] fix first notebook cell to execute CL through the webservice

---
 notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb b/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb
index a72b8496b..5b3457597 100644
--- a/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb
+++ b/notebooks/LPDMini/LPD_Mini_Char_Darks_NBC.ipynb
@@ -50,10 +50,11 @@
     "skip_first_ntrains = 10 # Number of first trains to skip\n",
     "\n",
     "ntrains = 500 # number of trains to use\n",
-    "min_trains = 370  # minimum number of trains required for each gain stage\n",
+    "min_trains = 370  # minimum number of trains needed for each gain stage\n",
     "high_res_badpix_3d = False # plot bad-pixel summary in high resolution\n",
     "test_for_normality = False # permorm normality test\n",
-    "inject_cell_order = False  # Include memory cell order as part of the detector condition"
+    "inject_cell_order = False  # Include memory cell order as part of the detector condition\n",
+    "operation_mode = \"\"  # This in given as a default input argument through the webservice in production. Don't remove!"
    ]
   },
   {
-- 
GitLab