Andreas Poehlmann

Results 343 comments of Andreas Poehlmann

Hi @alterscape no worries ☺️ And I really don't consider this a user error. If you can't get something to run that should be easy to do, then it's either...

So, I quickly tried reproducing the trigger issue on my USB2000+ and could not reproduce the error... Identical to yours, my USB2000+ also seems to be running in free-running mode...

Hi @alterscape That's interesting... which backend have you tested this with? `pyseabreeze` or `cseabreeze`? It's unexpected that the GIL would cause a problem here, since `pyseabreeze` uses pyusb which internally...

Hmmm. We should definitely go with something that'll be supported on all platforms. I've been looking at qupath's scripting interface and I believe it should be possible to write a...

I was thinking (as a production ready 🤣 hack) if it's possible to generate groovy on the python side, transmit via some messaging layer and execute in the qupath plugin.

> Oh, so nasty, I like it! We'll just need some perfume for the code smell 😄 > A project we can look at is: https://github.com/imagej/pyimagej nice! very interesting.

Ha someone did the groundwork: https://github.com/arjvik/QuPath-Scripts

> This is an important mechanism we should have in a library outside paquo Okay! I'll add that layer back in form `ququ` with only the default implementation. The other...

Implemented here: https://github.com/bayer-science-for-a-better-life/paquo/blob/9501b4986f872d0c4d4faae2525fbda38229c3ec/paquo/images.py#L15-L89 Implementing `id`, `uri` and `rebase` methods allows usage as an image_provider in paquo. We can consider if paquo should provide default implementations for ImageProviders.