File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -1245,13 +1245,14 @@ class KellyKapowski(ANTSCommand):
1245
1245
>>> kk.inputs.thickness_prior_estimate = 10
1246
1246
>>> kk.cmdline # doctest: +ALLOW_UNICODE
1247
1247
"KellyKapowski --convergence "[45,0.0,10]" \
1248
- --output "[segmentation0_cortical_thickness.nii.gz,segmentation0_warped_white_matter.nii.gz]" \
1249
- --image-dimensionality 3 --gradient-step 0.025000 \
1250
- --number-of-integration-points 10 \
1251
- --segmentation-image "[segmentation0.nii.gz,2,3]" \
1252
- --smoothing-variance 1.000000 \
1253
- --smoothing-velocity-field-parameter 1.500000 \
1254
- --thickness-prior-estimate 10.000000"
1248
+ --output "[segmentation0_cortical_thickness.nii.gz,segmentation0_warped_white_matter.nii.gz]" \
1249
+ --image-dimensionality 3 --gradient-step 0.025000 \
1250
+ --number-of-integration-points 10 \
1251
+ --segmentation-image "[segmentation0.nii.gz,2,3]" \
1252
+ --smoothing-variance 1.000000 \
1253
+ --smoothing-velocity-field-parameter 1.500000 \
1254
+ --thickness-prior-estimate 10.000000"
1255
+
1255
1256
"""
1256
1257
_cmd = "KellyKapowski"
1257
1258
input_spec = KellyKapowskiInputSpec
You can’t perform that action at this time.
0 commit comments