@@ -74,7 +74,7 @@ Note that the number of dimensions is variable between 2 and 5 and that axis nam
7474 │ # Group level attributes are stored in the `zarr.json` file and include
7575 │ # "multiscales" and "omero" (see below).
7676 │
77- ├── 0 # Each multiscale level is stored as a separate Zarr array,
77+ ├── s0 # Each multiscale level is stored as a separate Zarr array,
7878 │ ... # which is a folder containing chunk files which compose the array.
7979 ├── n # The name of the array is arbitrary with the ordering defined by
8080 │ │ # by the "multiscales" metadata, but is often a sequence starting at 0.
@@ -99,7 +99,7 @@ Note that the number of dimensions is variable between 2 and 5 and that axis nam
9999 ├── zarr.json # Zarr Group which is both a multiscaled image as well as a labeled image.
100100 │ # Metadata of the related image and as well as display information under the "image-label" key.
101101 │
102- ├── 0 # Each multiscale level is stored as a separate Zarr array, as above, but only integer values
102+ ├── s0 # Each multiscale level is stored as a separate Zarr array, as above, but only integer values
103103 └── ... # are supported.
104104```
105105
@@ -131,7 +131,7 @@ A well group SHOULD NOT be present if there are no images in the well.
131131 │ │ ├── 0 # First field of view of well A1
132132 │ │ │ │
133133 │ │ │ ├── zarr.json # Implements "multiscales", "omero"
134- │ │ │ ├── 0 # Resolution levels
134+ │ │ │ ├── s0 # Resolution levels
135135 │ │ │ ├── ...
136136 │ │ │ └── labels # Labels (optional)
137137 │ │ └── ... # Other fields of view
0 commit comments