-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basic ST support #192
basic ST support #192
Conversation
maybe also applicable for SR4
Awesome ❤️ Please fix the linting errors and then I'll merge this right away! pip install pre-commit
pre-commit install
pre-commit run --all
# and then fix / stage and commit the changes Cheers, |
Also, can you confirm that the |
Thank for the quick reply. I'm happy that I can contribute something.
first is obviously because i'm on windows at the moment, I tried it on linux a few days ago and as far as I remember it passed there. second claims that dark counts are not supported. As far as I know it is supported in some way, but for now I couldn't figure it out or identify the |
The way to do this, would be to compare readings of the spectrometer when fully illuminated with a broad spectrum light source and when light is fully blocked. The dark pixels should not change their reading when illuminated |
I added some basic support for the ST (after checking out the first attempt by @r3w0p) .
Also I have seen that someone requested support for the ST-UV, but I only have a ST-VIS, so not shure if it works for both.
I also had a try on inspecting the USB communication with wireshark and was able to figure out the nonlinearity coefficients.
Maybe with some help I can do more features. If needed I could provide what i get out of wireshark.