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

navigate.view.popups.feature_list_popup.FeatureConfigPopup

class navigate.view.popups.feature_list_popup.FeatureConfigPopup(root, *args, features=[], feature_name='', args_name=[], args_value=[], **kwargs)

Bases: object

Feature Config Popup Widget

__init__(root, *args, features=[], feature_name='', args_name=[], args_value=[], **kwargs)

Initialize the Feature Config Popup Widget

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

  • *args (list) – List of arguments

  • features (list) – List of features

  • feature_name (str) – Name of the feature

  • args_name (list) – List of arguments name

  • args_value (list) – List of arguments value

Methods

__init__(root, *args[, features, ...])

Initialize the Feature Config Popup Widget

build_widgets(args_name, args_value[, ...])

Build widgets for the popup

get_widgets()

Get widgets

Attributes

popup

Popup window

inputs

List of input widgets

feature_name_widget

Feature name widget

parameter_frame

Parameter frame

build_widgets(args_name, args_value, parameter_config=None)

Build widgets for the popup

Parameters:
  • args_name (list) – List of arguments name

  • args_value (list) – List of arguments value

  • parameter_config (dict) – Dictionary of parameter configuration

get_widgets()

Get widgets

Returns:

List of input widgets

Return type:

list

feature_name_widget

Feature name widget

Type:

LabelInput

inputs

List of input widgets

Type:

list

parameter_frame

Parameter frame

Type:

ttk.Frame

popup

Popup window

Type:

PopUp

Previous Next

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