Skip to content

Commit 93d4b2d

Browse files
jo-muellerbtbest
andauthored
Update index.md
Co-authored-by: Benedikt Best <63287233+btbest@users.noreply.github.com>
1 parent 183fdc4 commit 93d4b2d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ store.zarr # One scene dataset
161161
│ └── zarr.json
162162
163163
├── volume
164-
│ ├── zarr.json # group level attributes (multiscales)
165-
── 0 # a group containing the 0th scale
166-
── image # a Zarr array
167-
└── zarr.json # physical coordinate system and transformations here
164+
│ ├── zarr.json # Implements "multiscales"
165+
── 0 # Resolution levels
166+
── ...
167+
└── labels # Labels (optional)
168168
└── crop
169-
├── zarr.json # group level attributes (multiscales)
170-
── 0 # a group containing the 0th scale
171-
── image # a Zarr array
172-
└── zarr.json # physical coordinate system and transformations here
169+
├── zarr.json # Implements "multiscales"
170+
── 0 # Resolution levels
171+
── ...
172+
└── labels # Labels (optional)
173173
</pre>
174174

175175
## OME-Zarr Metadata

0 commit comments

Comments
 (0)