Skip to content

Commit

Permalink
Make 1-indexing recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholst authored and effigies committed Jul 29, 2020
1 parent 7202175 commit 6ee0cc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ modalities include:

#### The `run` entity

If several scans of the same modality are acquired they MUST be indexed with a key-value pair: `_run-1`, `_run-2`, `_run-3` etc. (only positive integers are allowed as run labels). When there is only one scan of a given type the run key MAY be omitted.
If several scans of the same modality are acquired they MUST be indexed with a key-value pair: `_run-1`, `_run-2`, `_run-3` etc. (only integers are allowed as run labels, with indexing starting from 1 RECOMMENDED). When there is only one scan of a given type the run key MAY be omitted.
Please note that diffusion imaging data is stored elsewhere (see below).

#### The `acq` entity
Expand Down Expand Up @@ -261,7 +261,7 @@ sub-01/
```

Please note that the `<index>` denotes the number/index (in a form of an
positive integer) of the echo not the echo time value which needs to be stored in the
positive integer, with indexing starting from 1 RECOMMENDED) of the echo not the echo time value which needs to be stored in the
field EchoTime of the separate JSON file.

Some meta information about the acquisition MUST be provided in an additional
Expand Down

0 comments on commit 6ee0cc5

Please sign in to comment.