navigate Logo

Getting Started

  • Computer Considerations
  • Computer Power Configuration
  • Software Installation
  • Launching Navigate
  • Configuring Navigate
  • Acquiring Data
  • Smart Acquisition Routines

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up a Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Developer Architecture Concepts
  • Feature Container
  • REST API
  • Plugin Architecture
  • Adding New Hardware

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
    • navigate.config
    • navigate.controller
    • navigate.controller.configurator
    • navigate.log_files
    • navigate.model
    • navigate.tools
    • navigate.view
      • navigate.view.configurator_application_window
      • navigate.view.custom_widgets
      • navigate.view.main_application_window
      • navigate.view.main_window_content
      • navigate.view.popups
        • navigate.view.popups.acquire_popup
        • navigate.view.popups.adaptiveoptics_popup
        • navigate.view.popups.autofocus_setting_popup
        • navigate.view.popups.camera_map_setting_popup
        • navigate.view.popups.camera_setting_popup
        • navigate.view.popups.camera_view_popup_window
        • navigate.view.popups.diagnostics_popup
        • navigate.view.popups.feature_list_popup
        • navigate.view.popups.gui_settings_popup
        • navigate.view.popups.ilastik_setting_popup
        • navigate.view.popups.microscope_setting_popup_window
        • navigate.view.popups.plugins_popup
        • navigate.view.popups.resolution_change_popup
        • navigate.view.popups.stages_advanced_popup
        • navigate.view.popups.tiling_wizard_popup
        • navigate.view.popups.waveform_parameter_popup_window
      • navigate.view.splash_screen
      • navigate.view.theme
navigate
  • Software API
  • navigate.view
  • navigate.view.popups
  • navigate.view.popups.resolution_change_popup
  • navigate.view.popups.resolution_change_popup.ResolutionChangeCancelledPopup
  • View page source

navigate.view.popups.resolution_change_popup.ResolutionChangeCancelledPopup

class navigate.view.popups.resolution_change_popup.ResolutionChangeCancelledPopup(root: Tk, keep_command: Callable[[], None], return_command: Callable[[], None], return_enabled: bool)

Bases: object

Offer safe stage-position choices after resolution cancellation.

__init__(root: Tk, keep_command: Callable[[], None], return_command: Callable[[], None], return_enabled: bool) → None

Create the modal recovery dialog.

Parameters:
  • root (tk.Tk) – Navigate’s main application window.

  • keep_command (Callable[[], None]) – Callback that accepts the actual stopped position without moving stages.

  • return_command (Callable[[], None]) – Callback that starts the separately cancellable return movement.

  • return_enabled (bool) – Whether a complete, limit-validated pre-movement position is available.

Methods

__init__(root, keep_command, return_command, ...)

Create the modal recovery dialog.

Previous Next

© Copyright 2026, Dean Lab, UT Southwestern Medical Center.