Skip to content

Latest commit

 

History

History
123 lines (87 loc) · 4.78 KB

File metadata and controls

123 lines (87 loc) · 4.78 KB

python-seabreeze

python-seabreeze is the easy way to access your Ocean Optics spectrometers from python. It wraps the SeaBreeze library provided by Ocean Optics to communicate with the spectrometer. If SeaBreeze is not available it can fallback to a pyUSB based reimplementation.

Attention!

This software is not associated with Ocean Optics. Use it at your own risk.

It's recommended to read the :ref:`Installing python-seabreeze section <install-seabreeze>`, the :ref:`Quickstart Guide <quickstart>` and the :ref:`API documentation <api>`. Also check out the :ref:`Contributing Guide <contrib>` if you want to learn how to contribute to the project. A changelog is available here.

_static/overview.png

python-seabreeze module structure

python-seabreeze in the wild

python-seabreeze is used in many labs around the world. One of the cool examples was a student project measuring fluorescence spectra (#17) with a Spark spectrometer controlled by a raspberry pi zero, which was sent to the International Space Station on the SpaceX CRS-14 resupply mission. (space proof softwareTM)

Tip

If you use python-seabreeze in your project let me know about it and I'll add it here :)

projects


A note from the author

ʕっ•ᴥ•ʔっ Hello everyone!

I have been maintaining this project now since 2012 and I'm always keen to learn about the different projects that python-seabreeze is used for! So please go ahead and send me an email to tell me about your science or work project! Something small like that puts a smile on my face for weeks, and is extremely motivating.

And in case python-seabreeze saved you some development time, consider contributing to the project or buying me a coffee, or support me via GitHub Sponsors.

And now let's science!

Buy Me A Coffee

Contents

.. toctree::
   :caption: Introduction:
   :maxdepth: 3

   tldr.rst
   install.rst
   quickstart.rst
   troubleshoot.rst

.. toctree::
   :caption: Development:

   api.rst
   backend_api.rst

.. toctree::
   :caption: Support:

   contributing.rst



Indices and tables