Skip to content

Commit

Permalink
Merge pull request #535 from nicholst/NoZeroRun
Browse files Browse the repository at this point in the history
[FIX] Clarify indices are nonnegative integers.
  • Loading branch information
sappelhoff authored Aug 24, 2020
2 parents beaa985 + 9f6ede3 commit 651d7d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ For example, `sub-01_mod-T1w_defacemask.nii.gz`.
#### 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 integers are allowed as
key-value pair: `_run-1`, `_run-2`, `_run-3` etc. (only nonnegative integers are allowed as
run labels). 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).
Expand Down Expand Up @@ -263,8 +263,8 @@ sub-01/
sub-01_task-cuedSGT_run-1_echo-3_bold.json
```

Please note that the `<index>` denotes the number/index (in a form of an
integer) of the echo not the echo time value which needs to be stored in the
Please note that the `<index>` denotes the number/index (in the form of a
nonnegative integer) 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 651d7d9

Please sign in to comment.