ome / bioformats

Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
https://www.openmicroscopy.org/bio-formats
GNU General Public License v2.0
370 stars 241 forks source link

Prairie: look for "<PV" string instead of just "PV" #4155

Closed melissalinkert closed 4 months ago

melissalinkert commented 4 months ago

Type checking is meant to verify that there is an XML element named something like PVScan or PVStateShard, so checking for <PV is a little more accurate.

I'd expect isThisType tests to fail for some of the data in #4147 without this PR. Actual Prairie data should continue to pass with this change.