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

navigate.view.popups.feature_list_popup.FeatureAdvancedSettingPopup

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

Bases: object

Feature Advanced Setting Popup Widget

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

Initialize the Feature Advanced Setting Popup Widget

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

  • features (list) – List of features

  • feature_name (str) – Name of the feature

  • args_name (list) – List of arguments name

  • args_default_value (list) – List of arguments default value

Methods

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

Initialize the Feature Advanced Setting Popup Widget

add_new_row(arg_name[, k, v])

Add new row to the popup

build_widgets(args_name[, parameter_config])

Build widgets for the popup

delete_row(arg_name, r)

Delete row from the popup

Attributes

popup

Popup window

inputs

Dictionary of input widgets

buttons

Dictionary of buttons

parameter_frame

Parameter frame

arg_frames

Dictionary of argument frames

add_new_row(arg_name, k='', v='')

Add new row to the popup

Parameters:
  • arg_name (str) – Name of the argument

  • k (str) – Name of the function

  • v (str) – Value of the function

build_widgets(args_name, parameter_config=None)

Build widgets for the popup

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

  • parameter_config (dict) – Dictionary of parameter configuration

delete_row(arg_name, r)

Delete row from the popup

Parameters:
  • arg_name (str) – Name of the argument

  • r (int) – Row number

arg_frames

Dictionary of argument frames

Type:

dict

buttons

Dictionary of buttons

Type:

dict

inputs

Dictionary of input widgets

Type:

dict

parameter_frame

Parameter frame

Type:

ttk.Frame

popup

Popup window

Type:

PopUp

Previous Next

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