Skip to content

Commit

Permalink
Update MCTController.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Oct 21, 2022
1 parent cca3196 commit 5dc4b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imswitch/imcontrol/controller/controllers/MCTController.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def takeImageIllu(self, illuMode, intensity, timestamp=0, zstackParams=None):
self.stages.move(value=-(zstackParams[1]+backlash), axis="Z", is_absolute=False, is_blocking=True)

else:
filePath = self.getSaveFilePath(date=self.MCTDate, filename=f'{self.MCTFilename}_{illuMode}', extension=fileExtension)
filePath = self.getSaveFilePath(date=self.MCTDate, filename=f'{self.MCTFilename}_{illuMode}_t_{timestamp}', extension=fileExtension)
lastFrame = self.detector.getLatestFrame()
self._logger.debug(filePath)
tif.imwrite(filePath, lastFrame)
Expand Down

0 comments on commit 5dc4b76

Please sign in to comment.