Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Changes
Page history
Created metadata (markdown)
authored
Mar 24, 2020
by
Anonymous
Show whitespace changes
Inline
Side-by-side
Metadata.md
0 → 100644
View page @
2b9b34ce
# File metadata
> **Note:** The contents on this page was determined through trial-and-error as currently official documentation on this topic seems to be sparse.
## Translating coordinates to sequence index
Specific images in the ND2 file are referred to using their _sequence index_, which is an unsigned integer.
## Experiment metadata
The file experiment structure contains the following fields:
*
``count``
- Number of images
*
``nestingLevel``
- Level of the loop (order)
*
``parameters``
- Parameters of the loop (structure)
*
``type``
- Type of acquisition
The following are known types:
| Type | Description |
|---------------|-------------------------|
| 'TimeLoop' | Time loop acquisition |
| 'XYPosLoop' | Multi-XY points |
| 'ZStackLoop' | Z-stack |
| 'NETimeLoop' | Unknown |