Projects: Overview
PythonLab
Automate laboratory tasks with Python
Modules
- MyLab: Python Abstraction layer for interactive device control.
So far implemented device classes:
- MySpectrometer: Ocean Optics spectrometers (based on python-seabreeze),
- MyStage: Micos Corvus Eco Microstep Controller and respective axes (inspired by Micos.py),
- GPIO: Control GPIO pins of Raspberry Pi
.. Then there is some some code for accessing video devices like USB-cameras which might come in handy.
Usage examples
Jupyter Notebooks are implemented for interactive control of the devices:
For complete automation, check out the related RPi branch.