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

[DOC] fix a few typos in config docs #150

Merged
merged 1 commit into from
Feb 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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