Skip to content

Commit 268dc74

Browse files
committed
fix end-of-lines in KellyKapowski example
1 parent 6197621 commit 268dc74

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)