Metadata-Version: 2.1
Name: openhsi
Version: 0.0.3
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 Mao
Author-email: yiwei.mao@sydney.edu.au
License: Apache Software License 2.0
Description: # Open Source DIY Hyperspectral Imager Library
        > Library to calibrate, trigger and capture data cubes for the open source DIY 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:
        
        ```
        from openhsi import *
        
        take_show()
        ```
        
        
            ---------------------------------------------------------------------------
        
            NameError                                 Traceback (most recent call last)
        
            <ipython-input-1-d2e05d40d15b> in <module>
                  1 from openhsi import *
                  2 
            ----> 3 take_show()
            
        
            NameError: name 'take_show' is not defined
        
        
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
