Peter Sobolewski
Peter Sobolewski
Sorry yeah, for me at least the seg faults are annoying! I can't break the habit of turning the `>` and clicking on stuff.
@will-moore I'm hitting something with this branch... I've been exclusively testing with images from the OMERO group that I am a member of. But I have admin permissions and wanted...
With the help of the amazing Kiya on our team was I able to confirm it's a group/admin issue. The same pyramidal ndpi in a user account, logged in as...
@jo-mueller I get that too: https://github.com/tlambert03/napari-omero/issues/86 I can dismiss the warning and it works though. It's not related to this PR, for me it happens from `main` or release. In...
From @jo-mueller here https://github.com/tlambert03/napari-omero/issues/86#issuecomment-2697069397 Hi, thanks for the hint. I just tried it for an image of a different group and I am getting some errors depending on the dimensions...
From @will-moore here https://github.com/tlambert03/napari-omero/issues/86#issuecomment-2697186708: By 2D images you mean "single channel"? Any idea what's the difference between the multichannel images where it works and those where it doesn't? In your...
FYI, quick bump to this: For some NDPI I have, i tried: ``` def get_tile_size_by_level(level_id): pix_id = image.getPixelsId() with raw_pixels_store(image) as pix: pix.setPixelsId(pix_id, False, {"omero.group": "-1"}) pix.setResolutionLevel(level_id) tile_w, tile_h =...
@will-moore Exactly. I went with your assumption that the issue @jo-mueller was having was due to tile size being different at different resolutions. I tried to implement a workaround and...
Sounds good. The merge conflict is actually kinda legit, because data becomes a list with multiscale. I will try to find time to work on it tomorrow, hopefully.
OK with https://github.com/tlambert03/napari-omero/pull/106 merged, we just need https://github.com/tlambert03/napari-omero/pull/107 merged and then I will resolve conflicts and I think this will be good to go.