navigate Logo

Getting Started

  • Quick Start Guide
  • Software Installation
  • I Want To…

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
  • Feature Container
  • REST-API
  • Plugin Architecture

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.ilastik_setting_popup
        • navigate.view.popups.microscope_setting_popup_window
        • navigate.view.popups.plugins_popup
        • navigate.view.popups.stages_advanced_popup
        • navigate.view.popups.tiling_wizard_popup
        • navigate.view.popups.tiling_wizard_popup2
        • navigate.view.popups.waveform_parameter_popup_window
      • navigate.view.splash_screen
navigate
  • Software API
  • navigate.view
  • navigate.view.popups
  • navigate.view.popups.camera_setting_popup
  • navigate.view.popups.camera_setting_popup.AdvancedCameraSettingPopup
  • View page source

navigate.view.popups.camera_setting_popup.AdvancedCameraSettingPopup

class navigate.view.popups.camera_setting_popup.AdvancedCameraSettingPopup(root, *args, **kwargs)

Bases: object

Popup window for advanced camera setting.

__init__(root, *args, **kwargs)

Initialize the AdvancedCameraSettingPopup class.

Parameters:
  • root (tkinter.Tk) – Root window of the application.

  • args (list) – List of arguments.

  • kwargs (dict) – Dictionary of keyword arguments.

Methods

__init__(root, *args, **kwargs)

Initialize the AdvancedCameraSettingPopup class.

clear_view()

Clear the view by destroying all widgets and resetting variables.

populate_view(flip_flags)

Populate the view with the camera flip flags.

Attributes

popup

Popup window for the camera settings.

flip_flags

Dictionary to hold the flip flags for each axis.

flip_button

Dictionary to hold the flip buttons for each axis.

save_button

Button to save the settings.

microscope

Dropdown for selecting the microscope.

column_frames

Holder for column frames (LabelFrames)

row_minsize

Fixed row height (px) to ensure perfect alignment

clear_view() → None

Clear the view by destroying all widgets and resetting variables.

populate_view(flip_flags: dict) → None

Populate the view with the camera flip flags.

Parameters:

flip_flags (dict) – A dictionary containing the flip flags for x and y axes.

column_frames

Holder for column frames (LabelFrames)

Type:

dict

flip_button

Dictionary to hold the flip buttons for each axis.

Type:

dict

flip_flags

Dictionary to hold the flip flags for each axis.

Type:

dict

microscope

Dropdown for selecting the microscope.

Type:

LabelInput

popup

Popup window for the camera settings.

Type:

PopUp

row_minsize

Fixed row height (px) to ensure perfect alignment

Type:

int

save_button

Button to save the settings.

Type:

HoverButton

Previous Next

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