Skip to main content

API for spectrophotometers (pre-alpha)

Project description

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

Project details


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.3.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page