OME-Zarr Metadata#
OME-zarr v0.5 metadata MUST be included in
zarr.jsonat the group and array level, with the fields described below:
Dimensions#
The
axesare used as part of OME-ngff v0.5multiscalesmetadata. The length ofaxesMUST be equal to the number of dimensions of the arrays that contain the image data.The
dimension_namesattribute MUST be included in thezarr.jsonof the Zarr array of a multiscale level and MUST match the names in theaxesmetadata.
Units#
For spatial and temporal dimensions, units from the OME-ngff v0.5 specification MUST be used.
Multiresolution#
The used downsampling method MUST be documented in the
zarr.jsonfile.
Additional Metadata#
Datasets may provide additional metadata that is not captured by this standard.
The original metadata MAY additionally be stored in human-readable format next to individual arrays, i.e. next to zarr.json files containing ome.multiscales metadata.