Skip to content
Updated Metadata (markdown) authored by Anonymous's avatar Anonymous
...@@ -9,7 +9,7 @@ Specific images in the ND2 file are referred to using their _sequence index_, wh ...@@ -9,7 +9,7 @@ Specific images in the ND2 file are referred to using their _sequence index_, wh
## Experiment metadata ## Experiment metadata
The file experiment structure contains the following fields: The experiment metadata describes the **number and order of the images**. The file experiment structure contains the following fields:
* ``count`` - Number of images * ``count`` - Number of images
* ``nestingLevel`` - Level of the loop (order of coordinates) * ``nestingLevel`` - Level of the loop (order of coordinates)
...@@ -25,7 +25,16 @@ The following are known types: ...@@ -25,7 +25,16 @@ The following are known types:
| 'ZStackLoop' | Z-stack | | 'ZStackLoop' | Z-stack |
| 'NETimeLoop' | Unknown | | 'NETimeLoop' | Unknown |
## Examples ## Example
File has 19 timepoints and 35 XY locations.
| count | nestingLevel | type |
|---------|----------------|---------------|
| 19 | 0 | 'TimeLoop' |
| 35 | 1 | 'XYPosLoop' |
On a file with the following metadata nesting orders: On a file with the following metadata nesting orders:
``` ```
... ...
......