We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa255e commit 76491e7Copy full SHA for 76491e7
nipype/interfaces/cat12/preprocess.py
@@ -690,12 +690,12 @@ class CAT12SANLMDenoising(SPMCommand):
690
necessary (and not recommended) to apply the filter before segmentation.
691
692
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()
+ Examples
+ --------
+ >>> from nipype.interfaces import cat12
+ >>> c = cat12.CAT12SANLMDenoising()
+ >>> c.inputs.in_files='sub-test_FLAIR.nii'
+ >>> c.run()
699
"""
700
701
input_spec = CAT12SANLMDenoisingInputSpec
0 commit comments