accessing image metadata
Posted: Thu Feb 20, 2014 12:51 pm
Hi All,
Very brief question - not immediately obvious, but should be trivial to someone with experience.
I use several "set" functions to store Image metadata during OME.tiff creation (extended version of OmeroMatlab's "bfsave"), and this works normally:
The question is how to retrieve these settings from Omero Image when downloading it from the server, i.e. to get the metadata object that will respond to the corresponding "get" functions?
Thanks,
Y.
Very brief question - not immediately obvious, but should be trivial to someone with experience.
I use several "set" functions to store Image metadata during OME.tiff creation (extended version of OmeroMatlab's "bfsave"), and this works normally:
- Code: Select all
metadata.setUUIDFileName(sprintf(char(file_names{i})),0,i-1);
%... etc
metadata.setTiffDataFirstZ(toNNI(z-1),0,i-1);
%... etc
The question is how to retrieve these settings from Omero Image when downloading it from the server, i.e. to get the metadata object that will respond to the corresponding "get" functions?
Thanks,
Y.