ome / omero-gateway-java

Gradle project containing OMERO Java Client Library
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
1 stars 9 forks source link

OMERO-py (Java in the background?) can not reload annotations #88

Open stefanches7 opened 3 months ago

stefanches7 commented 3 months ago

Hello,

after getting the annotations using img.linkedAnnotationList() from several "Image" objects, I can get a .linkedAnnotationList() anymore:

image

This is very surprising, taken into account that I try to do it in a different BlitzGateway session (I have restarted the script). I also use webclient for the OMERO instance, and there the annotations are being displayed as attached to image.

I use omero-py 5.19 with Python 3.8 on Windows 11. Happy to provide additional details if needed.

stefanches7 commented 3 months ago

Seems to be linked to https://forum.image.sc/t/metadata-access-with-omero-matlab-language-bindings-fails/37719