Andreas Poehlmann
Andreas Poehlmann
Thank you for opening the issue, @Koncopd . Would you be interested in adding a test case for the touch behavior to the base tests? Cheers, Andreas
Hi @kkakosim Could you attach a plot comparing the two spectra? What do you mean with "shifted"? A constant offset? Cheers, Andreas :smiley:
Hi @dbhatman Thanks for the report! I don't think your USB2000 is a nonplus version. That code path is just run for the USB2000+ and FlameS if I'm not mistaken....
Hi @jlball, Thank you for checking the versions and reporting back. Could you provide the error message when the assertion error is raised using the newest seabreeze version, and could...
Hello @AlonsoUriarte14 The drivers won't be updated anymore. Those are the ones that shipped with seabreeze back then, and as far as I am aware Ocean Insight has not provided...
Okay, that looks good :) can you post the output of: ```pycon >>> import usb.core >>> list(usb.core.find(find_all=True)) ``` The pyseabreeze backend calls the above internally and tries to find a...
Can you try running your command prompt with administrator permissions and test the usb.core.find command again?
And to be sure that your libusb installation is not the issue: Please pip install the package `libusb-package` and run: ```python import libusb_package for dev in libusb_package.find(find_all=True): print(dev) ```
The fact that the `libusb-package` test worked, indicates that you did not correctly install libusb. Have you tried installing the correct dll manually in your windows installation?
It's very strange that pyseabreeze doesn't recognize the spectrometer with `2.4.0` but does with `1.3.0`... Could you post the commands used to create the `1.3.0` environment and the commands used...