From bf18b5f413ec278f7f12f0f67d4986b6e5f44266 Mon Sep 17 00:00:00 2001
From: tpietzsch <tobias.pietzsch@gmail.com>
Date: Tue, 24 Sep 2019 19:14:06 +0200
Subject: [PATCH] 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.
---
 BDV N5 format.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BDV N5 format.md b/BDV N5 format.md
index 0ec7a7eb..fa699d93 100644
--- a/BDV N5 format.md	
+++ b/BDV N5 format.md	
@@ -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
-- 
GitLab