Skip to content

Commit 2dabfef

Browse files
author
bpinsard
committed
add doc and example
1 parent e493510 commit 2dabfef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,8 +1222,8 @@ class VBMSegment(SPMCommand):
12221222
"""Use VBM8 toolbox to separate structural images into different
12231223
tissue classes.
12241224
1225-
Examples
1226-
--------
1225+
Example
1226+
-------
12271227
>>> import nipype.interfaces.spm as spm
12281228
>>> seg = spm.VBMSegment()
12291229
>>> seg.inputs.tissues = os.path.join(spm.Info.version()['path'],'toolbox','Seg','TPM.nii')
@@ -1235,7 +1235,6 @@ class VBMSegment(SPMCommand):
12351235
>>> seg.inputs.pve_label_native = True,
12361236
>>> seg.inputs.deformation_field = (True, False)
12371237
>>> seg.run() # doctest: +SKIP
1238-
12391238
"""
12401239

12411240
input_spec = VBMSegmentInputSpec

0 commit comments

Comments
 (0)