Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Clarify indices are nonnegative integers. #535

Merged
merged 8 commits into from
Aug 24, 2020
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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 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 a form of a
nicholst marked this conversation as resolved.
Show resolved Hide resolved
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