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.AdvancedWaveformParameterPopupWindow
  • View page source

navigate.view.popups.waveform_parameter_popup_window.AdvancedWaveformParameterPopupWindow

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

Bases: object

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

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

Initialize the AdvancedWaveformParameterPopupWindow

Parameters:

root (tk.Tk) – The root window

Methods

__init__(root, *args, **kwargs)

Initialize the AdvancedWaveformParameterPopupWindow

generate_parameter_frame([factors, galvos])

Generate galvo widgets

Attributes

popup

The popup window

inputs

Dictionary for all of the inputs

buttons

Dictionary for all the buttons

variables

Dictionary for all the variables

parameters

Dictionary for all the parameters

top_frame

Frame for top

parameter_frame

Frame for parameters

generate_parameter_frame(factors=['All'], galvos=[])

Generate galvo widgets

Parameters:
  • factors (list) – A list of galvo factor names

  • galvos (list) – A list of galvo amplitude and offset values

buttons

Dictionary for all the buttons

Type:

dict

inputs

Dictionary for all of the inputs

Type:

dict

parameter_frame

Frame for parameters

Type:

ttk.Frame

parameters

Dictionary for all the parameters

Type:

dict

popup

The popup window

Type:

PopUp

top_frame

Frame for top

Type:

ttk.Frame

variables

Dictionary for all the variables

Type:

dict

Previous Next

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