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.tools.common_dict_tools
      • navigate.tools.common_functions
        • navigate.tools.common_functions.build_ref_name
        • navigate.tools.common_functions.combine_funcs
        • navigate.tools.common_functions.copy_proxy_object
        • navigate.tools.common_functions.load_module_from_file
        • navigate.tools.common_functions.load_param_from_module
        • navigate.tools.common_functions.VariableWithLock
      • navigate.tools.decorators
      • navigate.tools.file_functions
      • navigate.tools.image
      • navigate.tools.linear_algebra
      • navigate.tools.main_functions
      • navigate.tools.multipos_table_tools
      • navigate.tools.sdf
      • navigate.tools.slicing
      • navigate.tools.waveform_template_funcs
      • navigate.tools.xml_tools
    • navigate.view
navigate
  • Software API
  • navigate.tools
  • navigate.tools.common_functions
  • navigate.tools.common_functions.load_module_from_file
  • View page source

navigate.tools.common_functions.load_module_from_file

navigate.tools.common_functions.load_module_from_file(module_name: str, file_path: str) → Optional[any]

This function will load python file from file path as a module

Parameters:
  • module_name (str) – the module name

  • file_path (os.path/str) – the python file path

Returns:

module – The module. None if the module is not found.

Return type:

Optional[Any]

Previous Next

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