after getting the annotations using img.linkedAnnotationList() from several "Image" objects, I can get a .linkedAnnotationList() anymore:
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.
Hello,
after getting the annotations using
img.linkedAnnotationList()
from several "Image" objects, I can get a.linkedAnnotationList()
anymore: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.