File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,8 @@ Template:
150
150
sub-<label>/
151
151
[ses-<label>/]
152
152
anat|func|dwi/
153
- <source_entities>[_space-<space>][_res-<label>][_den-<label>][_label-<label>][_desc-<label>]_mask.nii.gz
153
+ <source_entities>[_space-<space>][_res-<label>][_label-<label>][_desc-<label>]_mask.json
154
+ <source_entities>[_space-<space>][_res-<label>][_label-<label>][_desc-<label>]_mask.nii[.gz]
154
155
```
155
156
156
157
A binary (1 - inside, 0 - outside) mask in the space defined by the [ ` space ` entity] ( ../appendices/entities.md#space ) .
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ anat_parametric_mask:
52
52
$ref : rules.files.raw.anat.parametric.entities
53
53
space : optional
54
54
resolution : optional
55
- density : optional
56
55
label : optional
57
56
description : optional
58
57
@@ -64,19 +63,21 @@ anat_nonparametric_mask:
64
63
$ref : rules.files.raw.anat.nonparametric.entities
65
64
space : optional
66
65
resolution : optional
67
- density : optional
68
66
label : optional
69
67
description : optional
70
68
71
69
dwi_mask :
72
70
$ref : rules.files.raw.dwi.dwi
73
71
suffixes :
74
72
- mask
73
+ extensions :
74
+ - .nii.gz
75
+ - .nii
76
+ - .json
75
77
entities :
76
78
$ref : rules.files.raw.dwi.dwi.entities
77
79
space : optional
78
80
resolution : optional
79
- density : optional
80
81
label : optional
81
82
description : optional
82
83
@@ -88,7 +89,6 @@ func_mask:
88
89
$ref : rules.files.raw.func.func.entities
89
90
space : optional
90
91
resolution : optional
91
- density : optional
92
92
label : optional
93
93
description : optional
94
94
You can’t perform that action at this time.
0 commit comments