navigate Logo

Getting Started

  • Computer Considerations
  • Computer Power Configuration
  • Software Installation
  • Launching Navigate
  • Configuring Navigate
  • Acquiring Data
  • Smart Acquisition Routines

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
  • Developer Architecture Concepts
  • Feature Container
  • REST API
  • Plugin Architecture
  • Adding New Hardware

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.controller.configuration_controller
      • navigate.controller.configurator
      • navigate.controller.controller
      • navigate.controller.sub_controllers
        • navigate.controller.sub_controllers.acquire_bar
        • navigate.controller.sub_controllers.adaptive_optics
        • navigate.controller.sub_controllers.autofocus
        • navigate.controller.sub_controllers.camera_map
        • navigate.controller.sub_controllers.camera_settings
        • navigate.controller.sub_controllers.camera_view
        • navigate.controller.sub_controllers.channels_settings
        • navigate.controller.sub_controllers.channels_tab
        • navigate.controller.sub_controllers.diagnostics_popup
        • navigate.controller.sub_controllers.feature_advanced_setting
        • navigate.controller.sub_controllers.features_popup
        • navigate.controller.sub_controllers.gui
        • navigate.controller.sub_controllers.histogram
        • navigate.controller.sub_controllers.ilastik
        • navigate.controller.sub_controllers.keystrokes
        • navigate.controller.sub_controllers.menus
        • navigate.controller.sub_controllers.microscope_popup
        • navigate.controller.sub_controllers.multiposition
        • navigate.controller.sub_controllers.plugins
        • navigate.controller.sub_controllers.stages
        • navigate.controller.sub_controllers.stages_advanced
        • navigate.controller.sub_controllers.tiling
        • navigate.controller.sub_controllers.waveform_popup
        • navigate.controller.sub_controllers.waveform_tab
      • navigate.controller.thread_pool
    • navigate.controller.configurator
    • navigate.log_files
    • navigate.model
    • navigate.tools
    • navigate.view
navigate
  • Software API
  • navigate.controller
  • navigate.controller.sub_controllers
  • navigate.controller.sub_controllers.features_popup
  • navigate.controller.sub_controllers.features_popup.FeatureListGraphController
  • View page source

navigate.controller.sub_controllers.features_popup.FeatureListGraphController

class navigate.controller.sub_controllers.features_popup.FeatureListGraphController(feature_list_view, feature_content_view, preview_btn, child_popups=None)

Bases: object

__init__(feature_list_view, feature_content_view, preview_btn, child_popups=None)

Initialize feature list window

Parameters:
  • feature_list_view (frame) – feature list graph view

  • feature_content_view (text) – feature list content

  • preview_btn (button) – preview button

  • child_popups (list) – list of child config popup windows

Methods

__init__(feature_list_view, ...[, child_popups])

Initialize feature list window

build_feature_list_text()

Build the feature list text

calculate_arrow_image_height()

Calculate the height of the arrow image

draw_feature_list_graph([new_list_flag])

Draw the feature list graph

flatten_feature_list(feature_list)

Flatten the feature list

get_feature_content()

Get feature list content

show_config_popup(idx)

Show the feature configuration popup

show_menu(idx[, flag])

Show the popup menu

update(feature_list_content)

Update feature list window

update_feature_content()

Update feature content

Attributes

feature_names

The list of feature names.

build_feature_list_text()

Build the feature list text

Returns:

content – The feature list text

Return type:

str

calculate_arrow_image_height()

Calculate the height of the arrow image

Returns:

image_height – The height of the arrow image

Return type:

int

draw_feature_list_graph(new_list_flag=True)

Draw the feature list graph

Parameters:

new_list_flag (bool, optional) – Whether the feature list is new, by default True

flatten_feature_list(feature_list)

Flatten the feature list

Parameters:

feature_list (list) – The feature list

get_feature_content()

Get feature list content

Returns:

content – feature list content

Return type:

str

show_config_popup(idx)

Show the feature configuration popup

Parameters:

idx (int) – The index of the feature

Returns:

func – The function to show the feature configuration popup

Return type:

function

show_menu(idx, flag=True)

Show the popup menu

Parameters:
  • idx (int) – The index of the feature

  • flag (bool, optional) – Whether the feature is a decision node, by default True

Returns:

func – The function to show the popup menu

Return type:

function

update(feature_list_content)

Update feature list window

Parameters:

feature_list_content (list) – The feature list

update_feature_content()

Update feature content

feature_names

The list of feature names.

Type:

list

Previous Next

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