From 38f84ddb3a3fa6a1e56915128558a8128170d374 Mon Sep 17 00:00:00 2001
From: Cyril Danilevski <cydanil@gmail.com>
Date: Sat, 11 Sep 2021 21:33:00 +0200
Subject: [PATCH] Set AGIPD Correct default memory cells to 352

---
 notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
index 2c7bfd749..b47dea5b8 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, 500, 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 maximum pulse indices 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",
-- 
GitLab