Metadata-Version: 2.1
Name: openhsi
Version: 0.0.1
Summary: Library to calibrate, trigger and capture data cubes for the open source hyperspectral camera.
Home-page: https://github.com/YiweiMao/openhsi/tree/master/
Author: Yiwei Yiwei
Author-email: yiwei.mao@sydney.edu.au
License: Apache Software License 2.0
Keywords: Open Hyperspectral Imager
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: ximea (>="4.21.02")
Requires-Dist: numpy (>="^1.13.3")
Requires-Dist: scipy (>="^1.4.1")
Requires-Dist: matplotlib (>="^2.1.1")
Requires-Dist: astropy (>="^4.0")
Requires-Dist: minilog (>="^1.5")

# Open Hyperspectral Imager Library
> Library to calibrate, trigger and capture data cubes for the open source hyperspectral camera. 


<a rel="license" href="http://creativecommons.org/licenses/by/3.0/au/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/au/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/au/">Creative Commons Attribution 3.0 Australia License</a>.

## Install

`pip install openhsi`

## Requirements

- Python 3.6+
- Ximea SDK (See https://www.ximea.com/support/wiki/apis/Python)

## How to use

Fill me in please! Don't forget code examples:

```
1+1
```




    2




