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.config.config
      • navigate.config.configuration_database
      • navigate.config.configuration_schema
      • navigate.config.device_refs
      • navigate.config.device_schema
      • navigate.config.gui_settings
      • navigate.config.preload
        • navigate.config.preload.preload_configuration
        • navigate.config.preload.PreloadChange
        • navigate.config.preload.PreloadContext
        • navigate.config.preload.PreloadIssue
        • navigate.config.preload.PreloadReport
        • navigate.config.preload.PreloadRule
        • navigate.config.preload.PreloadError
      • navigate.config.preload_rules
    • navigate.controller
    • navigate.controller.configurator
    • navigate.log_files
    • navigate.model
    • navigate.tools
    • navigate.view
navigate
  • Software API
  • navigate.config
  • navigate.config.preload
  • navigate.config.preload.PreloadReport
  • View page source

navigate.config.preload.PreloadReport

class navigate.config.preload.PreloadReport(changes: list[navigate.config.preload.PreloadChange] = <factory>, issues: list[navigate.config.preload.PreloadIssue] = <factory>, debug_changes: list[navigate.config.preload.PreloadChange] = <factory>)

Bases: object

Structured record of in-memory preload repairs and issues.

__init__(changes: list[navigate.config.preload.PreloadChange] = <factory>, issues: list[navigate.config.preload.PreloadIssue] = <factory>, debug_changes: list[navigate.config.preload.PreloadChange] = <factory>) → None

Methods

__init__([changes, issues, debug_changes])

add_change(path, rule, message)

Record a user-facing configuration repair.

add_debug_change(path, rule, message)

Record a non-user-facing compatibility repair.

add_issue(path, rule, message, *[, fatal])

Record a preload issue.

Attributes

fatal_issues

Return fatal issues collected during preload.

has_fatal_issues

Return whether preload collected any fatal issue.

changes

issues

debug_changes

add_change(path: str, rule: str, message: str) → None

Record a user-facing configuration repair.

add_debug_change(path: str, rule: str, message: str) → None

Record a non-user-facing compatibility repair.

add_issue(path: str, rule: str, message: str, *, fatal: bool = False) → None

Record a preload issue.

property fatal_issues: list[navigate.config.preload.PreloadIssue]

Return fatal issues collected during preload.

property has_fatal_issues: bool

Return whether preload collected any fatal issue.

Previous Next

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