Skip to content
Snippets Groups Projects
Commit bf18b5f4 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

In N5 format description: replace "index" with "integer ID".

Setups and timepoints are stored under their ID from the XML.
Often ID == zero-based index, but not always.
parent 98a53810
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ multi-resolution 3D stacks are organized in the following N5 hierarchy:
```
Each 3D stack is stored as a dataset with path formatted as `/setup%d/timepoint%d/s%d`.
Here, `setup` number is flattened index of channel, angle, tile, illumination, etc.,
`timepoint` is the index of the time point, and `s` is the scale level of the multi-resolution pyramid.
Here, `setup` number is flattened integer ID of channel, angle, tile, illumination, etc.,
`timepoint` is the integer ID of the time point, and `s` is the scale level of the multi-resolution pyramid.
## setup attributes
Each `setup` group has attributes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment