Skip to content
Snippets Groups Projects
Commit c88dca73 authored by Egor Sobolev's avatar Egor Sobolev
Browse files

Fix comments

parent 9482ed4c
No related branches found
No related tags found
1 merge request!815[AGIPD][CORRECT] Add reading of AGIPD number of cells from CONTROL data
...@@ -86,8 +86,9 @@ class AgipdCtrl: ...@@ -86,8 +86,9 @@ class AgipdCtrl:
ncell = self._get_num_cells_ctrl() ncell = self._get_num_cells_ctrl()
if ncell is not None: if ncell is not None:
return ncell return ncell
# In case of data filtering at DAQ, this function produces # The method implemented in this function doesn't suit for filtered
# wrong value. # data. If DAQ filters data and the last cell is removed, the
# function returns wrong value
return self._get_num_cells_instr() return self._get_num_cells_instr()
def _get_acq_rate_ctrl(self) -> Optional[float]: def _get_acq_rate_ctrl(self) -> Optional[float]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment