[ome-users] Dumping out metadata for each image id

Stephen Taylor stephen.taylor at imm.ox.ac.uk
Fri Jul 3 13:14:35 BST 2015


Hi,

I'd like to be able to dump out the metadata for each image using the Python API in OMERO.  I can do something like : 

image = conn.getObject("Image", imageId)
print image.getName(), image.getDescription()

but is there a way of returning all the available metadata for that image that is stored in the database? i.e. not having to specify getXXXX for each property?

Thanks for any help,

Steve






More information about the ome-users mailing list