File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
gears/nipype/ants/segmentation/CorticalThickness Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 4
4
"author" : " Yaroslav O. Halchenko" ,
5
5
"maintainer" :
" Yaroslav O. Halchenko <[email protected] >" ,
6
6
"license" : " BSD-3-Clause" ,
7
- "version" : " 0.1.dev.nipype.1.0.3.2 " ,
7
+ "version" : " 0.1.dev.nipype.1.0.3.3 " ,
8
8
"config" : {
9
9
"dimension" : {
10
10
"type" : " integer" ,
180
180
"suite" : " ANTS 2"
181
181
},
182
182
"gear-builder" : {
183
- "image" : " gearificator/nipype-interfaces-ants-segmentation-corticalthickness:0.1.dev.nipype.1.0.3.2 "
183
+ "image" : " gearificator/nipype-interfaces-ants-segmentation-corticalthickness:0.1.dev.nipype.1.0.3.3 "
184
184
},
185
- "docker-image" : " gearificator/nipype-interfaces-ants-segmentation-corticalthickness:0.1.dev.nipype.1.0.3.2 "
185
+ "docker-image" : " gearificator/nipype-interfaces-ants-segmentation-corticalthickness:0.1.dev.nipype.1.0.3.3 "
186
186
},
187
187
"label" : " CorticalThickness"
188
188
}
Original file line number Diff line number Diff line change
1
+ # uses/mimics https://github.com/ntustison/antsCorticalThicknessExample
2
+ inputs :
3
+ anatomical_image : antsCorticalThicknessExample/IXI002-Guys-0828-T1_slice90.nii.gz
4
+ brain_template : antsCorticalThicknessExample/Template/template_slice80.nii.gz
5
+ brain_probability_mask : antsCorticalThicknessExample/Template/template_cerebrum_mask_slice80.nii.gz
6
+ # Following "upstream" way wouldn't work
7
+ # segmentation_priors: antsCorticalThicknessExample/Template/prior%d_slice80.nii.gz
8
+ # and we cannot use InputMultiPath array, so we would point only to a single prior
9
+ # but that is not good enough - we need to specify 4! TODO?!
10
+ segmentation_priors : antsCorticalThicknessExample/Template/prior1_slice80.nii.gz
11
+ # Reusing brain_template from above. Must be specified
12
+ t1_registration_template : antsCorticalThicknessExample/Template/template_slice80.nii.gz
13
+ config :
14
+ dimension : 2
15
+ out_prefix : geartest
16
+
You can’t perform that action at this time.
0 commit comments