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.model.analysis
      • navigate.model.concurrency
      • navigate.model.data_sources
      • navigate.model.device_startup_functions
      • navigate.model.devices
      • navigate.model.features
      • navigate.model.metadata_sources
      • navigate.model.microscope
      • navigate.model.model
      • navigate.model.plugins_model
        • navigate.model.plugins_model.PluginsModel
      • navigate.model.waveforms
    • navigate.tools
    • navigate.view
navigate
  • Software API
  • navigate.model
  • navigate.model.plugins_model
  • navigate.model.plugins_model.PluginsModel
  • View page source

navigate.model.plugins_model.PluginsModel

class navigate.model.plugins_model.PluginsModel

Bases: object

Plugins manager in the model side

__init__() → None

Initialize plugins manager class

Methods

__init__()

Initialize plugins manager class

load_plugins()

Load plugins

load_plugins_through_manager(plugin_manager)

Load plugins through plugin manager

register_acquisition_mode(...)

Register acquisition mode

register_device(device, module)

Register device

register_feature_list(plugin_feature_list, ...)

Register feature list

Attributes

devices_dict

devices dictionary

plugin_acquisition_modes

plugin acquisition modes dictionary

feature_lists_path

feature lists path

load_plugins() → tuple

Load plugins

load_plugins_through_manager(plugin_manager: Union[PluginFileManager, PluginPackageManager]) → None

Load plugins through plugin manager

Parameters:

plugin_manager (PluginFileManager or PluginPackageManager) –

  • PluginFileManager

  • PluginPackageManager

register_acquisition_mode(acquisition_mode_name, module)

Register acquisition mode

Parameters:
  • acquisition_mode_name (str) – The name of an acquisition mode

  • module (module) – acquisition_mode module

register_device(device, module)

Register device

Parameters:
  • device (str) – device type name

  • module (module) – device_startup_functions module

register_feature_list(plugin_feature_list, module)

Register feature list

Parameters:
  • plugin_feature_list (str) – plugin_feature_list path string

  • module (module) – feature list module

devices_dict

devices dictionary

Type:

dict

feature_lists_path

feature lists path

Type:

str

plugin_acquisition_modes

plugin acquisition modes dictionary

Type:

dict

Previous Next

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