Andreas Poehlmann
Andreas Poehlmann
I thought about this a bit more, and I'd be happy to accept a PR that allows providing a list/tuple of indices to `Spectrometer.intensities()` via `correct_dark_counts` :smiley: That way everyone...
Hi @chesse20, try doubling the intergration time until you get a signal. You have it currently set to `20000 micro seconds`. Also you mentioned `measuring something that isn't water`. Does...
This should now be supported via cseabreeze. I'll leave it open since pyseabreeze support is still missing.
Hi Ben, that's not a Bug. The spectrum_processing feature is only available on Spark and STS spectrometers. Best, Andreas
Are you using the Flame NIR currently via RS232? That codepath is currently only available in the cseabreeze backend, and to be honest, I never tested it at all. Would...
Hi @drmcnelson, This will be a bit more involved. It's possible to change the `pyseabreeze` backend to allow pass-through of a timeout value. For the `cseabreeze` backend these USB timeouts...
Note to self: It seems there's no easy hacky way to do this with the sync interface: https://libusb.sourceforge.io/api-1.0/libusb_io.html#sync
Hi @dpmchugh Looking at the traceback I am guessing that your code periodically re-instantiates the `Spectrometer` class. Could you provide the relevant code from you codebase that takes the measurement?...
Hello, an easy workaround, is to download the file manually https://github.com/ap--/python-seabreeze/raw/master/os_support/windows-driver-files.zip and run ``` seabreeze_os_setup path/to/your/downloaded/windows-driver-files.zip ``` in an admin shell Let me know if that helps. I will try...
Glad I could help! I'll leave this open for now so that I don't forget to try to reproduce. Cheers, Andreas 😃