API for spectrophotometers (pre-alpha)
Project description
spectrometers
~~~~~~~~~~~~~~~
Spectroid is a simple python API for working with
spectrometers/spectrophotometers. This is inspired by `openSpectrometer`_.
.. _`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.1: basic python module
License
----------
BSD
~~~~~~~~~~~~~~~
Spectroid is a simple python API for working with
spectrometers/spectrophotometers. This is inspired by `openSpectrometer`_.
.. _`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.1: basic python module
License
----------
BSD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spectrometers-0.0.1.tar.gz
(1.7 kB
view details)
File details
Details for the file spectrometers-0.0.1.tar.gz.
File metadata
- Download URL: spectrometers-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f4796b5823f8de7c315cb1261828c73be57e1abc2581eee693e2c91178556c5
|
|
| MD5 |
fbdf6839bebf2155f9333a2c88038f04
|
|
| BLAKE2b-256 |
3f18b617a2ba8b29a35c49cda3a5f6613978346f9e2470384bbc3b350d43e200
|