Skip to content

Commit

Permalink
TEMP. Comment check of reliable DCCT meas
Browse files Browse the repository at this point in the history
  • Loading branch information
murilobalves committed Jan 19, 2024
1 parent e037020 commit 6acdaa4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions siriuspy/siriuspy/currinfo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ def _update_pvs(self):
if self._samplecnt is None or self._measperiod is None:
# ignore None values in initializations
return
if self._reliablemeas != 0:
# do not calculate if dcct measure is not reliable
return
# if self._reliablemeas != 0:
# # do not calculate if dcct measure is not reliable
# return
if len(self._last_raw_reading) != self._samplecnt:
# ignore dcct measurements with wrong sample count
return
Expand Down Expand Up @@ -528,6 +528,7 @@ def _update_dcct_mode(self, value):
return False

def _update_dcct_mode_by_relblmeas(self):
return
if self._reliablemeas_13c4_value == 0:
mode = _Const.DCCT.DCCT13C4
elif self._reliablemeas_14c4_value == 0:
Expand Down

0 comments on commit 6acdaa4

Please sign in to comment.