From 5609b5f4bf3be4b6c4695f69e3391c0c370791a5 Mon Sep 17 00:00:00 2001 From: ahmedk <karim.ahmed@xfel.eu> Date: Thu, 16 Sep 2021 11:26:01 +0200 Subject: [PATCH] MR suggestions --- notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb | 2 +- src/cal_tools/agipdlib.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb index 392e0fd21..613b264ad 100644 --- a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb +++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb @@ -46,7 +46,7 @@ "gain_setting = 0.1 # the gain setting, use 0.1 to try to auto-determine\n", "photon_energy = 9.2 # photon energy in keV\n", "overwrite = True # set to True if existing data should be overwritten\n", - "max_pulses = [0, 352, 1] # range list [st, end, step] of maximum pulse indices within a train. 3 allowed maximum list input elements.\n", + "max_pulses = [0, 352, 1] # range list [st, end, step] of memory cell indices to be processed within a train. 3 allowed maximum list input elements.\n", "mem_cells_db = 0 # set to a value different than 0 to use this value for DB queries\n", "cell_id_preview = 1 # cell Id used for preview in single-shot plots\n", "integration_time = -1 # integration time, negative values for auto-detection.\n", diff --git a/src/cal_tools/agipdlib.py b/src/cal_tools/agipdlib.py index 712301aa9..115a88a10 100644 --- a/src/cal_tools/agipdlib.py +++ b/src/cal_tools/agipdlib.py @@ -863,7 +863,8 @@ class AgipdCorrections: Validate the selected range of pulses to correct raw data of at least one image. - 1) A pulseId can't be greater than the operating memory cells. + 1) A pulse indices within one train can't be greater + than the operating memory cells. 2) Validate the order of the given raneg of pulses. 3) Raise value error if generate list of pulses is empty. -- GitLab