From c88dca73faa7c308b3d5a8ecbcf49cebcc93f3bf Mon Sep 17 00:00:00 2001 From: Egor Sobolev <egor.sobolev@xfel.eu> Date: Mon, 27 Mar 2023 17:44:24 +0200 Subject: [PATCH] Fix comments --- src/cal_tools/agipdlib.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cal_tools/agipdlib.py b/src/cal_tools/agipdlib.py index e52e1a007..2f4046a6c 100644 --- a/src/cal_tools/agipdlib.py +++ b/src/cal_tools/agipdlib.py @@ -86,8 +86,9 @@ class AgipdCtrl: ncell = self._get_num_cells_ctrl() if ncell is not None: return ncell - # In case of data filtering at DAQ, this function produces - # wrong value. + # The method implemented in this function doesn't suit for filtered + # data. If DAQ filters data and the last cell is removed, the + # function returns wrong value return self._get_num_cells_instr() def _get_acq_rate_ctrl(self) -> Optional[float]: -- GitLab