You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs at https://docs.openmicroscopy.org/ome-model/5.6.1/ome-tiff/data.html#d-datasets state that Each plane is labeled according to its dimensional position for easy testing, but it seems that there are no plane elements in the metadata for the 5D artificial datasets. There is plane-like cross section information keyed by the "IFD" attribute:
Hi @gajomi, thank you for bringing this to our attention. Indeed it seems that none of the sample files listed on that page contain Plane elements. There may also be some confusion with the terminology used here. The sample files contain a TiffData element for each plane, which is used to locate the position of the pixel data within the Tiff file. The actual Plane element within OME-XML is used to store physical position information for the microscope stage and timing and should look as below:
The documentation could probably do a better job of explaining what is meant by plane and position in this case. Also I can see that it would be useful to include samples with an example of this Plane element.
The docs at https://docs.openmicroscopy.org/ome-model/5.6.1/ome-tiff/data.html#d-datasets state that
Each plane is labeled according to its dimensional position for easy testing
, but it seems that there are no plane elements in the metadata for the 5D artificial datasets. There is plane-like cross section information keyed by the "IFD" attribute:but no plane elements themselves. It might be nice to have such data to test plane related metadata access.
The text was updated successfully, but these errors were encountered: