File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -693,21 +693,19 @@ class CAT12SANLMDenoising(SPMCommand):
693
693
694
694
This filter is internally used in the segmentation procedure anyway. Thus, it is not
695
695
necessary (and not recommended) to apply the filter before segmentation.
696
-
697
696
______________________________________________________________________
698
697
Christian Gaser, Robert Dahnke
699
698
Structural Brain Mapping Group (http://www.neuro.uni-jena.de)
700
699
Departments of Neurology and Psychiatry
701
700
Jena University Hospital
702
701
______________________________________________________________________
703
702
704
-
705
703
Examples
706
704
--------
707
705
>>> from nipype.interfaces import cat12
708
706
>>> c = cat12.CAT12SANLMDenoising()
709
- >>> c.inputs.in_files= 'anatomical.nii'
710
- >>> c.run()
707
+ >>> c.inputs.in_files = 'anatomical.nii'
708
+ >>> c.run() # doctest: +SKIP
711
709
"""
712
710
713
711
input_spec = CAT12SANLMDenoisingInputSpec
You can’t perform that action at this time.
0 commit comments