python-oceanoptics
python-oceanoptics copied to clipboard
*discontinued* Python module for oceanoptics spectrometers
It seems that OceanOptics provide a parameter to allow multiple spectra to be averaged on the device before the requested spectrum is returned. However, this only seems to be available...
I've tested this on USB2000 and USB2000+ spectrometers and it seems to work as expected. I'm not really sure what it would take to get it to work with the...
This should be implemented for everyone who wants to use several spectrometers at once
Here's some code for the implementation of the dark current and nonlinearity correction. When using the the dark current correction it is possible that the datasheets are wrong about which...
I could'nt open a second pull request, so here is a patch for the implementation of the nonlinearity correction: ``` --- ../python-oceanoptics_upstream/oceanoptics/base.py 2015-01-14 10:22:10.573384769 +0100 +++ oceanoptics/base.py 2015-01-16 09:40:37.732968993 +0100...
We could invest some time into this to make liveview.py more usable. A few buttons to save spectra to different formats, maybe a dark spectrum correction and everything you need....