Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Jul 13, 2023
2 parents 769eec5 + 2990b81 commit d585aeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions imswitch/imcontrol/controller/controllers/MCTController.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ def acquireScan(self, timestamp=0):
filename=f'{self.MCTFilename}_LED_i_{imageIndex}_Z_{iZ}_X_{xyScanStepsAbsolute[ipos][0]}_Y_{xyScanStepsAbsolute[ipos][1]}',
extension=fileExtension)
try:
if self.LEDValue > 255: self.LEDValue=255
if self.LEDValue < 0: self.LEDValue=0
if len(self.leds)>0:
self.leds[0].setValue(self.LEDValue)
self.leds[0].setEnabled(True)
Expand Down

0 comments on commit d585aeb

Please sign in to comment.