We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baeeee commit d1200f6Copy full SHA for d1200f6
src/navigate/controller/sub_controllers/camera_view.py
@@ -927,9 +927,9 @@ def try_to_display_image(self, image):
927
self.image_metrics["Channel"].set(int(self.selected_channels[channel_idx][2:]))
928
929
# Save the image to the spooled image loader.
930
- # self.spooled_images.save_image(
931
- # image=image, channel=channel_idx, slice_index=slice_idx
932
- # )
+ self.spooled_images.save_image(
+ image=image, channel=channel_idx, slice_index=slice_idx
+ )
933
934
# Update image according to the display state.
935
self.display_state = self.view.live_frame.live.get()
0 commit comments