allen-cell-animated / agave

Other
35 stars 6 forks source link

load a BinaryOnly ome-tiff #223

Closed toloudis closed 3 weeks ago

toloudis commented 4 weeks ago

Time to review : ~10 min

OME-TIFF metadata is allowed to be stored in a separate file. This code change enables support for such OME-TIFFs. They have a special BinaryOnly metadata element which specifies the metadata filename in an attribute. From there on the metadata schema is the same.

I am making an assumption that the MetadataFile is a relative path to the current directory of the file being loaded. The only test data I have follows that assumption. We can expand this later if someone comes along with different data.