fluxEngine C API
4.8.0 (switch)

Contents

  • Introduction
  • File I/O
  • Device Support
  • Advanced Topics
  • C API: Introduction
  • C++ API: Introduction
  • Python API: Introduction
    • Setup
    • General
    • Models
    • Data Processing
    • Device Connection
    • File I/O
  • C Reference Documentation
  • C++ Reference Documentation
  • Python Reference Documentation
  • Helper Code Used In Examples
fluxEngine C API
You are viewing an older version of this documentation. The latest version of this page is also available.
  • »
  • Python API: Introduction

Python API: Introduction¶

This chapter describes how to get started with fluxEngine’s Python API and how to process hyperspectral data with it. See Python Reference Documentation for a list of all API classes and functions of the Python API.

Contents

  • Setup
    • Requirements
    • Using Pre-Compiled Windows Binaries
    • Building the Python API Extension from Source
  • General
    • General Usage
    • Initializing the Library
    • Setting up processing threads
  • Models
    • Loading a model
    • Extracting information from a model
  • Data Processing
    • Creating a processing context
    • Processing Data
    • Obtaining Results
  • Device Connection
    • Enumerating Devices
    • Device Connection
    • Parametrization
    • Instrument Devices
  • File I/O
    • Loading ENVI cubes
    • Creating an ENVI cube from numpy data
    • Creating an ENVI cube from camera recordings
Next Previous

© Copyright 2020-2021, LuxFlux GmbH.

Built with Sphinx using a theme provided by Read the Docs.