PySpectrometer2 icon indicating copy to clipboard operation
PySpectrometer2 copied to clipboard

The Second Incarnation of the Spectrometer project!

Results 16 PySpectrometer2 issues
Sort by recently updated
recently updated
newest added

Spectrometer: Thunder Optics SMA-E connected via USB python: 3.7.3 Programm start: python PySpectrometer2-USB-v1.0.py --device 0 Error message: Traceback (most recent call last): File "PySpectrometer2-USB-v1.0.py", line 263, in intensity = savitzky_golay(intensity,17,savpoly)...

I've broken up my changes into several commits to make it easier to understand what's going on. I've combined the picam and usb independent files into a single file, that...

Hi. Does the python program able to output a .ccss file? for reference - Colorimeter Calibration Spectral Set (.ccss) I'd like to build/buy one for my calibrations project.

Thank you for this great project! This PR is just a couple of changes to increase readability and doesn't change behaviour in any way.

Hi. I've come across this amazing project by searching for a cheap alternative to spectrometers. I read that these devices can profile colorimeters and monitors and are better for calibrating...

After fixing the np.int issue (np.int deprecated in bookworm #15), I got this error: ``` Traceback (most recent call last): File "~/PySpectrometer2/src/PySpectrometer2-USB-v1.0.py", line 263, in intensity = savitzky_golay(intensity,17,savpoly) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

Thank you for sharing all of your hard work, Leslie! I'm curious if this could be calibrated to measure irradiance (mW/cm2) for specific wavelengths or if that would require a...

np.int is deprecated in bookworm which uses a newer version of numpy. we must use np.int32 or np.int64 in specFunctions.py The following fixes it in my install: 127,128c127,128 \< window_size...

Is this capable of outputting CRI, LUX & correlated color temperature ?