image = omero.model.ImageI(imageID, False)
fileAnnotation = omero.model.FileAnnotationI()
annotationLink = omero.model.ImageAnnotationLinkI()
annotationLink.link(image, fileAnnotation)
fileAnnotation.file = omero.model.OriginalFileI(fileID, False)
annotationLink = updateServicePrx.saveAndReturnObject(annotationLink)
icaoberg wrote:Got it working. Thanks.
icaoberg wrote: Is there a way of getting the whole table as a numpy array?
Return to Developer Discussion
Users browsing this forum: No registered users and 1 guest