File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -1244,11 +1244,14 @@ class KellyKapowski(ANTSCommand):
12441244 >>> kk.inputs.number_integration_points = 10
12451245 >>> kk.inputs.thickness_prior_estimate = 10
12461246 >>> kk.cmdline # doctest: +ALLOW_UNICODE
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 --number-of-integration-points 10
1250- --segmentation-image "[segmentation0.nii.gz,2,3]" --smoothing-variance 1.000000
1251- --smoothing-velocity-field-parameter 1.500000 --thickness-prior-estimate 10.000000
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"
12521255 """
12531256 _cmd = "KellyKapowski"
12541257 input_spec = KellyKapowskiInputSpec
You can’t perform that action at this time.
0 commit comments