Skip to main content

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

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.1.tar.gz (1.7 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