I generate OME XML meta data that we include in our OME TIFF files. At some point we'll use the C++ bioformats library to generate it, but for now we do it by hand.
My question is, is there a way in a Bio-formats reader plugin to populate the meta data of an image from the ome xml? I'm trying to avoid having to set all of the meta data by hand in the reader plugin after already doing it in the OME TIFF exporter.
I think it would be easier to translate the meta data in one place to produce the OME XML string and then set the meta data in the reader from that OME XML string.
Any idea if this would be possible?