We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5a2b7 commit fea16e0Copy full SHA for fea16e0
microscope/cameras/atmcd.py
@@ -1718,7 +1718,12 @@ def get_cycle_time(self):
1718
with self:
1719
exposure, accumulate, kinetic = GetAcquisitionTimings()
1720
readout = GetReadOutTime()
1721
- return exposure + readout
+ #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.
1725
+ return kinetic
1726
+
1727
1728
def _set_readout_mode(self, mode_index):
1729
"""Configure channel, amplifier and VS-speed."""
0 commit comments