Skip to content

Commit

Permalink
fix self.NZ
Browse files Browse the repository at this point in the history
  • Loading branch information
soham1202 committed Dec 19, 2024
1 parent 5d49b28 commit ccdd35e
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 @@ -2633,7 +2633,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 and self.Nz == 1:
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_MULTIPOINT:
Expand Down

0 comments on commit ccdd35e

Please sign in to comment.