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):
693693
694694 This filter is internally used in the segmentation procedure anyway. Thus, it is not
695695 necessary (and not recommended) to apply the filter before segmentation.
696-
697696 ______________________________________________________________________
698697 Christian Gaser, Robert Dahnke
699698 Structural Brain Mapping Group (http://www.neuro.uni-jena.de)
700699 Departments of Neurology and Psychiatry
701700 Jena University Hospital
702701 ______________________________________________________________________
703702
704-
705703 Examples
706704 --------
707705 >>> from nipype.interfaces import cat12
708706 >>> 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
711709 """
712710
713711 input_spec = CAT12SANLMDenoisingInputSpec
You can’t perform that action at this time.
0 commit comments