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

navigate.view.popups.acquire_popup.AcquirePopUp

class navigate.view.popups.acquire_popup.AcquirePopUp(root: Tk)

Bases: CommonMethods

Class creates the popup that is generated when the Acquire button is pressed and Save File checkbox is selected.

__init__(root: Tk) → None

Initialize the AcquirePopUp class

Parameters:

root (tk.Tk) – The root window

Methods

__init__(root)

Initialize the AcquirePopUp class

get_buttons()

Get the buttons of the popup

get_variables()

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

get_widgets()

This function returns the dictionary that holds the widgets.

Attributes

tk

The root window

column1_width

Width of the first column

column2_width

Width of the second column

buttons

Button dictionary.

inputs

Input dictionary.

button_frame

ButtonFrame object

path_frame

EntryFrame object

tab_frame

TabFrame object

get_buttons() → Dict[str, Button]

Get the buttons of the popup

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

Returns:

buttons – Dictionary of all the buttons

Return type:

Dict[str, ttk.Button]

get_variables() → Dict[str, Any]

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:

variables – The dictionary that holds the variables.

Return type:

dict

get_widgets() → Dict[str, Any]

This function returns the dictionary that holds the widgets.

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

Returns:

widgets – The dictionary that holds the widgets.

Return type:

dict

button_frame

ButtonFrame object

Type:

ButtonFrame

buttons

Button dictionary.

Type:

dict

column1_width

Width of the first column

Type:

int

column2_width

Width of the second column

Type:

int

inputs

Input dictionary.

Type:

dict

path_frame

EntryFrame object

Type:

EntryFrame

tab_frame

TabFrame object

Type:

TabFrame

tk

The root window

Type:

tk.Tk

Previous Next

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