diff --git a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb index f3b3f1ea332a2bd649eb763a6497a4e83d07779a..6e667a75668866251978934b081c417a649c930a 100644 --- a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb +++ b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb @@ -22,15 +22,15 @@ "metadata": {}, "outputs": [], "source": [ - "in_folder = \"/gpfs/exfel/exp/SA1/202331/p900384/raw\" # the folder to read data from, required\n", + "in_folder = \"/gpfs/exfel/exp/FXE/202231/p900298/raw\" # the folder to read data from, required\n", "out_folder = \"/gpfs/exfel/data/scratch/ahmedk/test/gotthard2/darks\" # the folder to output to, required\n", "metadata_folder = '' # Directory containing calibration_metadata.yml when run by xfel-calibrate\n", - "run_high = 61 # run number for G0 dark run, required\n", - "run_med = 62 # run number for G1 dark run, required\n", - "run_low = 63 # run number for G2 dark run, required\n", + "run_high = 7 # run number for G0 dark run, required\n", + "run_med = 8 # run number for G1 dark run, required\n", + "run_low = 9 # run number for G2 dark run, required\n", "\n", "# Parameters used to access raw data.\n", - "karabo_id = \"SA1_XTD9_HIREX\" # karabo prefix of Gotthard-II devices\n", + "karabo_id = \"FXE_XAD_G2XES\" # karabo prefix of Gotthard-II devices\n", "karabo_da = [\"\"] # data aggregators\n", "receiver_template = \"RECEIVER{}\" # receiver template used to read INSTRUMENT keys.\n", "receiver_affixes = [\"\"] # The affix to format into the receiver template to be able to load the correct receiver name from the data.\n",