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

navigate.view.popups.ilastik_setting_popup.ilastik_setting_popup

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

Bases: object

Popup window for setting up ilastik segmentation settings.

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

Initialize the popup window

Parameters:
  • root (tkinter.Tk) – Root window

  • *args – Variable length argument list

  • **kwargs – Arbitrary keyword arguments

Methods

__init__(root, *args, **kwargs)

Initialize the popup window

get_buttons()

Get all buttons

get_variables()

Get all variables

get_widgets()

Get all widgets

Attributes

popup

PopUp window class

project_name_var

Variable for project name

load_project_btn

Button for loading ilastik project

label_frame

Frame for labels

show_on_gui

Checkbutton for showing segmentation

mark_position

Checkbutton for marking position

confirm_btn

Button for confirming setting

get_buttons()

Get all buttons

Returns:

Dictionary of all buttons

Return type:

dict

get_variables()

Get all variables

Returns:

Dictionary of all variables

Return type:

dict

get_widgets()

Get all widgets

Returns:

Dictionary of all widgets

Return type:

dict

confirm_btn

Button for confirming setting

Type:

ttk.Button

label_frame

Frame for labels

Type:

ttk.Frame

load_project_btn

Button for loading ilastik project

Type:

ttk.Button

mark_position

Checkbutton for marking position

Type:

tkinter.Checkbutton

popup

PopUp window class

Type:

PopUp

project_name_var

Variable for project name

Type:

tkinter.StringVar

show_on_gui

Checkbutton for showing segmentation

Type:

tkinter.Checkbutton

Previous Next

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