Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanzure/python-spectrometers
API for spectrometers/spectrophotometers
https://github.com/kanzure/python-spectrometers
Last synced: 9 days ago
JSON representation
API for spectrometers/spectrophotometers
- Host: GitHub
- URL: https://github.com/kanzure/python-spectrometers
- Owner: kanzure
- Created: 2013-01-25T03:46:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-25T11:03:50.000Z (almost 12 years ago)
- Last Synced: 2025-01-11T15:56:16.354Z (13 days ago)
- Language: Python
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
spectrometers
~~~~~~~~~~~~~~~Spectrometers is a simple python API for working with
spectrometers/spectrophotometers. This was originally created as a gist to help
with development of `openSpectrometer`_. This doesn't do anything interesting
yet... _`openSpectrometer`: http://openspectrometer.com/
Example usage
----------here you go
.. code-block:: python
from spectrometers.devices import Nanodrop
nanodrop = Nanodrop()
wavelengths = nanodrop.capture()
>>> wavelengths
[0.500, 0.520]Install
----------.. code-block:: bash
sudo pip install spectrometers
or maybe you hate package managers,
.. code-block:: bash
sudo python setup.py install
Testing
----------.. code-block:: bash
make test
Changelog
----------* 0.0.3: get unit tests passing
* 0.0.2: really minor README tweaks
* 0.0.1: basic python module
License
----------BSD