spectrometers

API for spectrophotometers (pre-alpha)


License
BSD-3-Clause
Install
pip install spectrometers==0.0.3

Documentation

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.

Example usage

here you go

from spectrometers.devices import Nanodrop

nanodrop = Nanodrop()

wavelengths = nanodrop.capture()

>>> wavelengths
[0.500, 0.520]

Install

sudo pip install spectrometers

or maybe you hate package managers,

sudo python setup.py install

Testing

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