From f4616d6325b6ccba84a0e3b9ebfee77481629a91 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Tue, 20 Feb 2024 15:45:01 +0100
Subject: [PATCH] revert first cell changes

---
 .../Characterize_AGIPD_Gain_Darks_NBC.ipynb      | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb
index 3218edf61..ca300e764 100644
--- a/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb
+++ b/notebooks/AGIPD/Characterize_AGIPD_Gain_Darks_NBC.ipynb
@@ -19,21 +19,21 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "in_folder = \"/gpfs/exfel/exp/HED/202430/p900438/raw\" # path to input data, required\n",
-    "out_folder = \"/gpfs/exfel/data/scratch/ahmedk/test/remove/agipd_sm/dark\" # path to output to, required\n",
+    "in_folder = \"/gpfs/exfel/d/raw/CALLAB/202031/p900113\" # path to input data, required\n",
+    "out_folder = \"\" # path to output to, required\n",
     "metadata_folder = \"\"  # Directory containing calibration_metadata.yml when run by xfel-calibrate\n",
     "modules = [-1]  # list of modules to evaluate, RANGE ALLOWED\n",
-    "run_high = 1 # run number in which high gain data was recorded, required\n",
-    "run_med = 2 # run number in which medium gain data was recorded, required\n",
-    "run_low = 3 # run number in which low gain data was recorded, required\n",
+    "run_high = 9985 # run number in which high gain data was recorded, required\n",
+    "run_med = 9984 # run number in which medium gain data was recorded, required\n",
+    "run_low = 9983 # run number in which low gain data was recorded, required\n",
     "operation_mode = \"ADAPTIVE_GAIN\"  # Detector operation mode, optional (defaults to \"ADAPTIVE_GAIN\")\n",
     "\n",
-    "karabo_id = \"HED_DET_AGIPD65K1\" # karabo karabo_id\n",
-    "karabo_da = ['AGIPD08']  # a list of data aggregators names, Default [-1] for selecting all data aggregators\n",
+    "karabo_id = \"HED_DET_AGIPD500K2G\" # karabo karabo_id\n",
+    "karabo_da = ['-1']  # a list of data aggregators names, Default [-1] for selecting all data aggregators\n",
     "receiver_template = \"{}CH0\" # inset for receiver devices\n",
     "instrument_source_template = '{}/DET/{}:xtdf'  # path in the HDF5 file to images\n",
     "ctrl_source_template = '{}/MDL/FPGA_COMP'  # path to control information\n",
-    "karabo_id_control = \"HED_DET_AGIPD65K1\" # karabo-id for control device '\n",
+    "karabo_id_control = \"HED_EXP_AGIPD500K2G\" # karabo-id for control device '\n",
     "\n",
     "use_dir_creation_date = True  # use dir creation date as data production reference date\n",
     "cal_db_interface = \"tcp://max-exfl-cal001:8020\" # the database interface to use\n",
-- 
GitLab