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.waveform_parameter_popup_window
  • navigate.view.popups.waveform_parameter_popup_window.WaveformParameterPopupWindow
  • View page source

navigate.view.popups.waveform_parameter_popup_window.WaveformParameterPopupWindow

class navigate.view.popups.waveform_parameter_popup_window.WaveformParameterPopupWindow(root, configuration_controller, *args, **kwargs)

Bases: object

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

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

Methods

__init__(root, configuration_controller, ...)

get_buttons()

Returns the buttons

get_variables()

Returns the variables of the inputs

get_widgets()

Returns the widgets

Attributes

popup

The popup window

configuration_controller

The configuration controller

inputs

Dictionary for all the variables

buttons

Dictionary for all the buttons

mode_mag_frame

Frame for mode and magnification

save_frame

Frame for saving waveform parameters

remote_focus_frame

Frame for remote focus parameters

galvo_frame

Frame for galvo parameters

waveform_frame

Frame for waveform

get_buttons()

Returns the buttons

This function returns the dictionary that holds the buttons. The key is the button name, value is the button.

Returns:

Dictionary of all the buttons

Return type:

dict

get_variables()

Returns the variables of the inputs

This function returns a dictionary of all the variables that are tied to each widget name. The key is the widget name, value is the variable associated.

Returns:

Dictionary of all the variables tied to each widget name

Return type:

dict

get_widgets()

Returns the 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 all the widgets

Return type:

dict

buttons

Dictionary for all the buttons

Type:

dict

configuration_controller

The configuration controller

Type:

configuration_controller

galvo_frame

Frame for galvo parameters

Type:

ttk.LabelFrame

inputs

Dictionary for all the variables

Type:

dict

mode_mag_frame

Frame for mode and magnification

Type:

ttk.Frame

popup

The popup window

Type:

PopUp

remote_focus_frame

Frame for remote focus parameters

Type:

ttk.LabelFrame

save_frame

Frame for saving waveform parameters

Type:

ttk.Frame

waveform_frame

Frame for waveform

Type:

ttk.LabelFrame

Previous Next

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