User story
I'd like to access ROIs and corresponding ROI-Ref tags in the ome-xml. As is, I see we parse the Images metadata, which is accessible from the loader.
For reference: https://docs.openmicroscopy.org/ome-model/5.6.3/ome-xml/
Preferred solution
I am happy to extend omexml.ts to add ROI types/parsing if this would be ok.
Possible alternatives
If there is any way to get at the raw ome-xml (essentially the parseXML() result) without me duplicating code, that would also work. I'd prefer to not have to duplicate the file/url handling and parsing logic already implemented.
User story
I'd like to access ROIs and corresponding ROI-Ref tags in the ome-xml. As is, I see we parse the Images metadata, which is accessible from the loader.
For reference: https://docs.openmicroscopy.org/ome-model/5.6.3/ome-xml/
Preferred solution
I am happy to extend omexml.ts to add ROI types/parsing if this would be ok.
Possible alternatives
If there is any way to get at the raw ome-xml (essentially the parseXML() result) without me duplicating code, that would also work. I'd prefer to not have to duplicate the file/url handling and parsing logic already implemented.