Skip to content

Commit 9dde0b3

Browse files
committed
AndorAtmcd: code formatter according to black.
1 parent 2d4d255 commit 9dde0b3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

microscope/cameras/atmcd.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)