Andreas Poehlmann
Andreas Poehlmann
Usually I'd recommend to run the spectrometer in its own thread or process and do the communcation via a message queue. opening and closing and reopening the spectrometer can often...
From my experience it's likely some internal spectrometer state requiring a powercycle of the spectrometer to be cleared. The ocean-optics software seems to do a better job there, but i've...
A hugging face implementation using the fsspec huggingface filesystem just landed in `universal-pathlib>=0.3.5`
Sorry for jumping into the discussion, I've been following along for a bit. Would the asynclocal filesystem in `morefs` be a good workaround for enabling tests? https://github.com/iterative/morefs/blob/ea30fa8d3fa81a2b739b20810a81aede490e4571/src/morefs/asyn_local.py#L30
Awesome! And thanks for all the work π Great to see that this will be included.
Hi @EtashBhat Doing this via paquo is currently not supported. PRs to add this functionality are welcome π > "OIR image taken from a Confocal FV3000 microscope" This is important...
Hi @maitra-dipankar Just so that we have it documented for reference: Could you try and determine the Firmware version of your USB650s via the original OceanOptics/OceanInsight software? And please try...
Hi @four43 Sorry for the delayed response. A shutil like interface would be a great addition. Last time I checked the implementations in the stdlib were implicitly assuming local paths....
Wonderful! So we can support this natively once it lands in `pathlib-abc` βΊοΈ Thanks @barneygale @four43 I recommend subscribing to #193 to be notified when I find the time to...
`.copy` `.copy_into` `.move` and `.move_into` are now available in UPath.