Skip to content

Commit 615d88a

Browse files
committed
fix KellyKapowski doc example output
1 parent 4ddbe14 commit 615d88a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,14 +1247,11 @@ class KellyKapowski(ANTSCommand):
12471247
>>> kk.inputs.number_integration_points = 10
12481248
>>> kk.inputs.thickness_prior_estimate = 10
12491249
>>> kk.cmdline # doctest: +ALLOW_UNICODE
1250-
u"KellyKapowski --convergence "[45,0.0,10]" \
1251-
--output "[segmentation0_cortical_thickness.nii.gz,segmentation0_warped_white_matter.nii.gz]" \
1252-
--image-dimensionality 3 --gradient-step 0.025000 \
1253-
--number-of-integration-points 10 \
1254-
--segmentation-image "[segmentation0.nii.gz,2,3]" \
1255-
--smoothing-variance 1.000000 \
1256-
--smoothing-velocity-field-parameter 1.500000 \
1257-
--thickness-prior-estimate 10.000000"
1250+
u'KellyKapowski --convergence "[45,0.0,10]" \
1251+
--output "[segmentation0_cortical_thickness.nii.gz,segmentation0_warped_white_matter.nii.gz]" \
1252+
--image-dimensionality 3 --gradient-step 0.025000 --number-of-integration-points 10 \
1253+
--segmentation-image "[segmentation0.nii.gz,2,3]" --smoothing-variance 1.000000 \
1254+
--smoothing-velocity-field-parameter 1.500000 --thickness-prior-estimate 10.000000'
12581255
12591256
"""
12601257
_cmd = "KellyKapowski"

0 commit comments

Comments
 (0)