Skip to content

Commit

Permalink
remove tiled display - no more grid acquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
soham1202 committed Dec 19, 2024
1 parent d75dff3 commit 33e1d53
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 178 deletions.
6 changes: 1 addition & 5 deletions software/control/_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,11 @@ class SOFTWARE_POS_LIMIT:
# Napari integration
USE_NAPARI_FOR_LIVE_VIEW = False
USE_NAPARI_FOR_MULTIPOINT = True
USE_NAPARI_FOR_TILED_DISPLAY = False
USE_NAPARI_FOR_MOSAIC_DISPLAY = True
USE_NAPARI_WELL_SELECTION = False
USE_NAPARI_FOR_LIVE_CONTROL = False
LIVE_ONLY_MODE = False
PRVIEW_DOWNSAMPLE_FACTOR = 5

# Controller SN (needed when using multiple teensy-based connections)
CONTROLLER_SN = None
Expand All @@ -559,10 +559,6 @@ class SOFTWARE_POS_LIMIT:
SCIMICROSCOPY_LED_ARRAY_DEFAULT_COLOR = [1,1,1]
SCIMICROSCOPY_LED_ARRAY_TURN_ON_DELAY = 0.03 # time to wait before trigger the camera (in seconds)

# Tiled preview
SHOW_TILED_PREVIEW = False
PRVIEW_DOWNSAMPLE_FACTOR = 5

# Navigation Bar (Stages)
SHOW_NAVIGATION_BAR = False
ENABLE_CLICK_TO_MOVE_BY_DEFAULT = True
Expand Down
Loading

0 comments on commit 33e1d53

Please sign in to comment.