File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,8 @@ Template:
336
336
sub-<label>/
337
337
[ses-<label>/]
338
338
func|anat|dwi/
339
- <source_entities>[_space-<space>][_seg-<label>][_res-<label>][_den-<label>][_label-<label>][_desc-<label>]_probseg.nii.gz
339
+ <source_entities>[_space-<space>][_seg-<label>][_res-<label>][_label-<label>][_desc-<label>]_probseg.json
340
+ <source_entities>[_space-<space>][_seg-<label>][_res-<label>][_label-<label>][_desc-<label>]_probseg.nii[.gz]
340
341
```
341
342
342
343
Example:
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ anat_parametric_probabilistic_segmentation:
162
162
entities :
163
163
$ref : rules.files.raw.anat.parametric.entities
164
164
space : optional
165
+ segmentation : optional
165
166
resolution : optional
166
- density : optional
167
167
label : optional
168
168
description : optional
169
169
@@ -174,8 +174,8 @@ anat_nonparametric_probabilistic_segmentation:
174
174
entities :
175
175
$ref : rules.files.raw.anat.nonparametric.entities
176
176
space : optional
177
+ segmentation : optional
177
178
resolution : optional
178
- density : optional
179
179
label : optional
180
180
description : optional
181
181
@@ -186,8 +186,8 @@ func_probabilistic_segmentation:
186
186
entities :
187
187
$ref : rules.files.raw.func.func.entities
188
188
space : optional
189
+ segmentation : optional
189
190
resolution : optional
190
- density : optional
191
191
label : optional
192
192
description : optional
193
193
@@ -198,10 +198,14 @@ dwi_probabilistic_segmentation:
198
198
entities :
199
199
$ref : rules.files.raw.dwi.dwi.entities
200
200
space : optional
201
+ segmentation : optional
201
202
resolution : optional
202
- density : optional
203
203
label : optional
204
204
description : optional
205
+ extensions :
206
+ - .nii.gz
207
+ - .nii
208
+ - .json
205
209
206
210
anat_parametic_discrete_surface :
207
211
$ref : rules.files.raw.anat.parametric
You can’t perform that action at this time.
0 commit comments