Skip to content

Commit

Permalink
Merge pull request #150 from keithcallenberg/patch-1
Browse files Browse the repository at this point in the history
[DOC] fix a few typos in config docs
  • Loading branch information
arnaudbore authored Feb 10, 2022
2 parents 9759846 + 6ae42fc commit 1ba6f28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/3-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"modalityLabel": "fmap",
"intendedFor": 0,
"criteria": {
"ProtocoleName": "*field_mapping*"
"ProtocolName": "*field_mapping*"
}
}
]
Expand Down Expand Up @@ -74,7 +74,7 @@ It is a mandatory field. It describes the modality of the acquisition like `T1w`

## customLabels

It is an optional field. For some acquisitions, you need to add information in the file name. For resting state fMRI, it is usally `task-rest`.
It is an optional field. For some acquisitions, you need to add information in the file name. For resting state fMRI, it is usually `task-rest`.

To know more on how to set these fields, read the [BIDS specifications][bids-spec].

Expand All @@ -86,7 +86,7 @@ Optional field to change or add information in a sidecar.

## intendedFor

Optional field to add an `IntendedFor` entry in the sidecar of a fieldmap. Just put the index or a list of index of the description(s) that's intended for.
Optional field to add an `IntendedFor` entry in the sidecar of a fieldmap. Just put the index or a list of indices of the description(s) that's intended for.

Python index begins at `0` so in the example, `0` means it is intended for `task-rest_bold`.

Expand All @@ -99,4 +99,4 @@ Python index begins at `0` so in the example, `0` means it is intended for `task
You can generate all the sidecars for an individual participant using [dcm2bids_helper](1-usage.md#tools).

[bids-spec]: https://bids-specification.readthedocs.io/en/stable/
[gnu-pattern]: https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html
[gnu-pattern]: https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html

0 comments on commit 1ba6f28

Please sign in to comment.