Skip to content

Commit

Permalink
Bugfix in mesoSPIM-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
ffvoigt committed Aug 19, 2019
1 parent 270842c commit 28e9025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesoSPIM/src/mesoSPIM_Core.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def preview_acquisition(self):
self.sig_status_message.emit('Rotating sample')
self.move_absolute({'theta_abs':target_rotation}, wait_until_done=True)

self.sig_status_message.emit('Setting Filter'')
self.sig_status_message.emit('Setting Filter')
self.set_filter(acq['filter'], wait_until_done=True)

self.sig_status_message.emit('Going to start position')
Expand Down

0 comments on commit 28e9025

Please sign in to comment.