qwertimer1 / openhsi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openhsi

Module to Use the USYD OpenHSI.

openhsi.py class

Wrapper class and example code for getting images from the OpenHSI using a ximea detetor (with IMX252 sensor, e.g. MX031CG-SY).

Spectral Calibration

Draft of proccess to calibrate wavelength scale for the sensor.

Setup

Requirements

  • Python 3.6+
  • ximea sdk installed

Installation

Ensure Ximea SDK is installed first. See https://www.ximea.com/support/wiki/apis/Python

To install openhsi package

pip3 install git+https://github.com/SydneyAstrophotonicInstrumentationLab/openhsi

To upgrade in place

pip3 install --upgrade --no-deps --force-reinstall git+https://github.com/SydneyAstrophotonicInstrumentationLab/openhsi

About

License:MIT License


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.5%Language:Makefile 0.0%