BioImageTools / ome-zarr-models-py

Prototype for a common minimal-dependencies Python implementation of the NGFF data model
https://ome-zarr-models-py.readthedocs.io/en/latest/
9 stars 1 forks source link

3.1 Axes metadata #30

Open dstansby opened 1 day ago

dstansby commented 1 day ago

"axes" describes the dimensions of a physical coordinate space. It is a list of dictionaries, where each dictionary describes a dimension (axis) and:

If part of § 3.4 "multiscales" metadata, the length of "axes" MUST be equal to the number of dimensions of the arrays that contain the image data.

https://ngff.openmicroscopy.org/0.4/index.html#axes-md

dstansby commented 1 day ago

I think a combination of #43 and #42 fixes this 🎉