Skip to content

Commit 178dc78

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

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,13 +1245,14 @@ class KellyKapowski(ANTSCommand):
12451245
>>> kk.inputs.thickness_prior_estimate = 10
12461246
>>> kk.cmdline # doctest: +ALLOW_UNICODE
12471247
"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+
12551256
"""
12561257
_cmd = "KellyKapowski"
12571258
input_spec = KellyKapowskiInputSpec

0 commit comments

Comments
 (0)