Andreas Poehlmann
Andreas Poehlmann
Hi @aarpon I recommend you look for a datasheet of the OceanFX that has the full command set available. (I couldn't find one just now) An implementation of the OBP...
There is one small thing missing that I didn't wrap in the cseabreeze backend for version 1.0.0 :disappointed: because it's only exposed via unformatted spectra... https://github.com/ap--/python-seabreeze/blob/f0a08bb6b82856a8b0d2a87bbacaf7994cc335a2/src/seabreeze/cseabreeze/c_seabreeze_wrapper.pyx#L809-L815 There's two ways to...
Hi @ptapping Thanks for offering to contribute! :heart: Implementing the fast buffer spectrum feature shouldn't take very long, as you have the hardware to test it. I don't have a...
Hi @aarpon and @ptapping > We contacted Ocean Optics and were sent a DLL (written in C# by Oliver Lischtschenko) that allows us to unlock the complete set of functionalities...
Hi @sharmila-velamur and @aarpon Hope you all had a good start into 2021. I can help with implementing the high-speed mode in python-seabreeze, but I lack the hardware to test...
> Ocean Optics provided me an SDK called Ocean Direct Interesting! I assume this is closed source? > @sharmila-velamur wrote: have access to the hardware and I will try capturing...
Hi @npeard Time is a bit scarce on my side, but I'd be very happy to offer assistance in implementing high-speed acquisition mode. Having the USB packet dump would be...
Hi @evantaylor Here's a few things you could try: - use `'secondary_in'` or `'secondary_in2'` as the endpoint argument for the read command - use the `pyseabreeze` backend if none of...
Hi @alterscape interesting. Thanks for the detailed report! Which backend does this happen with? `cseabreeze` or `pyseabreeze`? In the meantime waiting at least one integration time is probably a good...
The easiest way to get pyseabreeze running is via conda. ```sh $> conda install -c conda-forge seabreeze $> seabreeze_os_setup ``` On Linux and OSX it'll then work ootb. On Windows...