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:
336336 sub-<label>/
337337 [ses-<label>/]
338338 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]
340341```
341342
342343Example:
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ anat_parametric_probabilistic_segmentation:
162162 entities :
163163 $ref : rules.files.raw.anat.parametric.entities
164164 space : optional
165+ segmentation : optional
165166 resolution : optional
166- density : optional
167167 label : optional
168168 description : optional
169169
@@ -174,8 +174,8 @@ anat_nonparametric_probabilistic_segmentation:
174174 entities :
175175 $ref : rules.files.raw.anat.nonparametric.entities
176176 space : optional
177+ segmentation : optional
177178 resolution : optional
178- density : optional
179179 label : optional
180180 description : optional
181181
@@ -186,8 +186,8 @@ func_probabilistic_segmentation:
186186 entities :
187187 $ref : rules.files.raw.func.func.entities
188188 space : optional
189+ segmentation : optional
189190 resolution : optional
190- density : optional
191191 label : optional
192192 description : optional
193193
@@ -198,10 +198,14 @@ dwi_probabilistic_segmentation:
198198 entities :
199199 $ref : rules.files.raw.dwi.dwi.entities
200200 space : optional
201+ segmentation : optional
201202 resolution : optional
202- density : optional
203203 label : optional
204204 description : optional
205+ extensions :
206+ - .nii.gz
207+ - .nii
208+ - .json
205209
206210anat_parametic_discrete_surface :
207211 $ref : rules.files.raw.anat.parametric
You can’t perform that action at this time.
0 commit comments