Skip to content

Commit 76491e7

Browse files
committed
example
1 parent 0fa255e commit 76491e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nipype/interfaces/cat12/preprocess.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -690,12 +690,12 @@ class CAT12SANLMDenoising(SPMCommand):
690690
necessary (and not recommended) to apply the filter before segmentation.
691691
692692
693-
Example:
694-
=======
695-
from nipype.interfaces import cat12
696-
c = cat12.CAT12SANLMDenoising()
697-
c.inputs.in_files='sub-test_FLAIR.nii'
698-
c.run()
693+
Examples
694+
--------
695+
>>> from nipype.interfaces import cat12
696+
>>> c = cat12.CAT12SANLMDenoising()
697+
>>> c.inputs.in_files='sub-test_FLAIR.nii'
698+
>>> c.run()
699699
"""
700700

701701
input_spec = CAT12SANLMDenoisingInputSpec

0 commit comments

Comments
 (0)