Skip to content

Commit 0b73002

Browse files
0rC0effigies
andauthored
Update nipype/interfaces/cat12/preprocess.py
example filename Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 94f6bf9 commit 0b73002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/cat12/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ class CAT12SANLMDenoising(SPMCommand):
693693
--------
694694
>>> from nipype.interfaces import cat12
695695
>>> c = cat12.CAT12SANLMDenoising()
696-
>>> c.inputs.in_files='sub-test_FLAIR.nii'
696+
>>> c.inputs.in_files='anatomical.nii'
697697
>>> c.run()
698698
"""
699699

0 commit comments

Comments
 (0)