Skip to content

Commit

Permalink
switch display to multichannel napari if doing z stack
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquanli committed Dec 15, 2024
1 parent 5a04cbe commit 6ba122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/control/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ def run_acquisition(self, location_list=None, coordinate_dict=None):
else:
self.parent.imageDisplayTabs.setCurrentWidget(self.parent.imageArrayDisplayWindow.widget)

elif USE_NAPARI_FOR_MOSAIC_DISPLAY and self.coordinate_dict is not None:
elif USE_NAPARI_FOR_MOSAIC_DISPLAY and self.coordinate_dict is not None and self.Nz == 1:
self.parent.imageDisplayTabs.setCurrentWidget(self.parent.napariMosaicDisplayWidget)

elif USE_NAPARI_FOR_TILED_DISPLAY and SHOW_TILED_PREVIEW:
Expand Down

0 comments on commit 6ba122d

Please sign in to comment.