Skip to content

Commit 94ebda4

Browse files
committed
prepare channel after updating camera parameters
1 parent f69844c commit 94ebda4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/navigate/model/features/common_features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,8 @@ def signal_func(self):
15091509
waveform_dict = self.model.active_microscope.prepare_acquisition()
15101510
self.model.event_queue.put(("waveform", waveform_dict))
15111511
self.model.event_queue.put(("display_camera_parameters", updated_value))
1512+
# prepare channel
1513+
self.model.active_microscope.prepare_next_channel()
15121514
# resume data thread
15131515
self.model.resume_data_thread()
15141516
return True

0 commit comments

Comments
 (0)