From 6e95f6105d114706b743d229cc6664c45d370eea Mon Sep 17 00:00:00 2001
From: karnem <mikhail.karnevskiy@desy.de>
Date: Thu, 28 Nov 2019 11:18:06 +0100
Subject: [PATCH] Enable 252 memory cell condition for AGIPD

---
 cal_tools/cal_tools/agipdlib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cal_tools/cal_tools/agipdlib.py b/cal_tools/cal_tools/agipdlib.py
index eae027c13..f5445ec0d 100644
--- a/cal_tools/cal_tools/agipdlib.py
+++ b/cal_tools/cal_tools/agipdlib.py
@@ -18,7 +18,7 @@ def get_num_cells(fname, loc, module):
         if cells.shape[0] == 0:
             return None
         maxcell = np.max(cells)
-        options = [4, 32, 64, 76, 128, 176, 202, 250]
+        options = [4, 32, 64, 76, 128, 176, 202, 250, 352]
         dists = [abs(o - maxcell) for o in options]
         return options[np.argmin(dists)]
 
-- 
GitLab