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.histogram
  • navigate.controller.sub_controllers.histogram.HistogramController
  • View page source

navigate.controller.sub_controllers.histogram.HistogramController

class navigate.controller.sub_controllers.histogram.HistogramController(histogram: HistogramFrame, parent_controller: Any)

Bases: object

Histogram controller

__init__(histogram: HistogramFrame, parent_controller: Any) → None

Initialize the histogram controller

Parameters:
  • histogram (HistogramFrame) – Histogram view

  • parent_controller (Any) – Main controller.

Methods

__init__(histogram, parent_controller)

Initialize the histogram controller

histogram_popup(event)

Histogram popup menu

populate_histogram(image)

Populate the histogram on the Tk thread.

update_experiment()

Update the experiment.yaml file.

update_scale()

Update the scale of the histogram

Attributes

histogram

Histogram view

parent_controller

Main controller

ax

The histogram figure.

histogram_enabled

Histogram enabled

log_x

Logarithmic X-axis

log_y

Logarithmic Y-axis

menu

Histogram popup menu

histogram_popup(event: Event) → None

Histogram popup menu

Parameters:

event (tk.Event) – Event

populate_histogram(image: SharedNDArray) → None

Populate the histogram on the Tk thread.

Parameters:

image (SharedNDArray) – Image data

update_experiment() → None

Update the experiment.yaml file. Also communicate any changes to the menu controller.

update_scale() → None

Update the scale of the histogram

ax

The histogram figure.

Type:

FigureBase

histogram

Histogram view

Type:

HistogramFrame

histogram_enabled

Histogram enabled

Type:

bool

log_x

Logarithmic X-axis

Type:

bool

log_y

Logarithmic Y-axis

Type:

bool

menu

Histogram popup menu

Type:

tk.Menu

parent_controller

Main controller

Type:

MainController

Previous Next

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