Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
  • Loading branch information
2 people authored and sappelhoff committed Aug 8, 2020
1 parent 18893a6 commit 2636399
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ modalities include:
| Angiography | angio | |

If the structural images included in the dataset were defaced (to protect
identity of participants) one CAN provide the binary mask that was used to
remove facial features in the form of `_defacemask` files. In such cases the
OPTIONAL `mod-<label>` key/value pair corresponds to modality label for eg: T1w,
inplaneT1, referenced by a defacemask image. E.g.,
`sub-01_mod-T1w_defacemask.nii.gz`.
identity of participants) one MAY provide the binary mask that was used to
remove facial features in the form of `_defacemask` files.
In such cases, the OPTIONAL `mod-<label>` key/value pair corresponds to modality suffix,
such as T1w or inplaneT1, referenced by the defacemask image.
For example, `sub-01_mod-T1w_defacemask.nii.gz`.

#### The `run` entity

Expand Down Expand Up @@ -186,7 +186,7 @@ fields specific to anatomical scans:

#### The `rec` entity

Similarly the OPTIONAL `rec-<label>` key/value can be used to distinguish
Similarly, the OPTIONAL `rec-<label>` key/value can be used to distinguish
different reconstruction algorithms (for example ones using motion correction).

### Task (including resting state) imaging data
Expand Down

0 comments on commit 2636399

Please sign in to comment.