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.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.feature_list_popup
        • navigate.view.popups.ilastik_setting_popup
        • navigate.view.popups.microscope_setting_popup_window
        • navigate.view.popups.plugins_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.microscope_setting_popup_window
  • navigate.view.popups.microscope_setting_popup_window.MicroscopeSettingPopupWindow
  • View page source

navigate.view.popups.microscope_setting_popup_window.MicroscopeSettingPopupWindow

class navigate.view.popups.microscope_setting_popup_window.MicroscopeSettingPopupWindow(root, microscope_info, *args, **kwargs)

Bases: object

Popup window with waveform parameters for galvos, remote focusing, etc.

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

Initialize the popup window

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

  • microscope_info (dict) – Dictionary of microscope information

  • *args – Variable length argument list

  • **kwargs – Arbitrary keyword arguments

Methods

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

Initialize the popup window

get_buttons()

This function returns the dictionary that holds the buttons.

get_variables()

This function returns a dictionary of all the variables tied to each widget.

get_widgets()

This function returns the dictionary that holds the input widgets.

list_microscope_info(microscope_info)

List the microscope information in the popup window

Attributes

popup

PopUp window class

inputs

Dictionary of input widgets

buttons

Dictionary of buttons

microscopes_frame

Frame for microscope information

labels

List of labels

get_buttons()

This function returns the dictionary that holds the buttons.

The key is the button name, value is the button.

Returns:

Dictionary of buttons

Return type:

dict

get_variables()

This function returns a dictionary of all the variables tied to each widget.

The key is the widget name, value is the variable associated.

Returns:

Dictionary of variables

Return type:

dict

get_widgets()

This function returns the dictionary that holds the input widgets.

The key is the widget name, value is the LabelInput class that has all the data.

Returns:

Dictionary of widgets

Return type:

dict

list_microscope_info(microscope_info)

List the microscope information in the popup window

Parameters:

microscope_info (dict) – Dictionary of microscope information

buttons

Dictionary of buttons

Type:

dict

inputs

Dictionary of input widgets

Type:

dict

labels

List of labels

Type:

list

microscopes_frame

Frame for microscope information

Type:

ttk.Frame

popup

PopUp window class

Type:

PopUp

Previous Next

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