Skip to content
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Note that the number of dimensions is variable between 2 and 5 and that axis nam
│ # Group level attributes are stored in the `zarr.json` file and include
│ # "multiscales" and "omero" (see below).
├── 0 # Each multiscale level is stored as a separate Zarr array,
├── s0 # Each multiscale level is stored as a separate Zarr array,
│ ... # which is a folder containing chunk files which compose the array.
├── n # The name of the array is arbitrary with the ordering defined by
│ │ # by the "multiscales" metadata, but is often a sequence starting at 0.
Expand All @@ -99,7 +99,7 @@ Note that the number of dimensions is variable between 2 and 5 and that axis nam
├── zarr.json # Zarr Group which is both a multiscaled image as well as a labeled image.
│ # Metadata of the related image and as well as display information under the "image-label" key.
├── 0 # Each multiscale level is stored as a separate Zarr array, as above, but only integer values
├── s0 # Each multiscale level is stored as a separate Zarr array, as above, but only integer values
└── ... # are supported.
```

Expand Down Expand Up @@ -131,7 +131,7 @@ A well group SHOULD NOT be present if there are no images in the well.
│ │ ├── 0 # First field of view of well A1
│ │ │ │
│ │ │ ├── zarr.json # Implements "multiscales", "omero"
│ │ │ ├── 0 # Resolution levels
│ │ │ ├── s0 # Resolution levels
│ │ │ ├── ...
│ │ │ └── labels # Labels (optional)
│ │ └── ... # Other fields of view
Expand Down