Skip to content

Commit

Permalink
Merge pull request #3 from edickie/patch-1
Browse files Browse the repository at this point in the history
[ENC] getting rid of type- key
  • Loading branch information
chrisgorgo authored Mar 6, 2019
2 parents 0c1d4a8 + a6f55ee commit 101bc95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/05-derivatives/02-common-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ data types in the specification. Examples:

- Motion-corrected DWI files.

The `space` keyword denotes reference atlas or map that the File is
aligned to - see [Introduction](01-introduction.md) for allowed values. The
`desc` keyword is a general purpose field with freeform values. To distinguish
The `space` keyword is recomended to distinguish files with different underlying coordinate systems or registered to different reference maps. The `desc` keyword is a general purpose field with freeform values. To distinguish
between multiple different versions of processing for the same input data the
`desc` keyword should be used. Note that even though `space` and `desc`
are optional at least one of them needs to be defined to avoid name conflict
Expand Down Expand Up @@ -74,7 +72,7 @@ Template:
<pipeline_name>/
sub-<participant_label>/
func|anat|dwi/
<source_keywords>[_space-<space>][_type-<type>][_desc-<label>]_mask.nii.gz
<source_keywords>[_space-<space>][_desc-<label>]_mask.nii.gz
```

A binary (1 - inside, 0 - outside) mask in the space defined by `<space>`.
Expand Down

0 comments on commit 101bc95

Please sign in to comment.