File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1718,13 +1718,12 @@ def get_cycle_time(self):
17181718 with self :
17191719 exposure , accumulate , kinetic = GetAcquisitionTimings ()
17201720 readout = GetReadOutTime ()
1721- #IMD 20210422 DeepSIM timing is wrong as the keepclear cycles are
1722- # not accounted for.
1723- #return exposure + readout
1724- #This appears to allow the correct time between trigger pulses.
1721+ # IMD 20210422 DeepSIM timing is wrong as the keepclear cycles are
1722+ # not accounted for.
1723+ # return exposure + readout
1724+ # This appears to allow the correct time between trigger pulses.
17251725 return kinetic
17261726
1727-
17281727 def _set_readout_mode (self , mode_index ):
17291728 """Configure channel, amplifier and VS-speed."""
17301729 mode = self ._readout_modes [mode_index ]
You can’t perform that action at this time.
0 commit comments