Skip to content

Commit d0a8450

Browse files
committed
Merge remote-tracking branch 'origin/cat12_sanlm' into cat12_sanlm
2 parents 15469d5 + 57160c9 commit d0a8450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/cat12/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,14 +624,14 @@ class CAT12SANLMDenoisingInputSpec(SPMCommandInputSpec):
624624
field='prefix',
625625
default_value='sanlm_',
626626
usedefault=True,
627-
desc='Filename prefix. Specify the string to be prepended to the filenames of the filtered image file(s). Default prefix is "samlm_".',
627+
desc='Filename prefix. Specify the string to be prepended to the filenames of the filtered image file(s).',
628628
)
629629

630630
filename_suffix= traits.Str(
631631
field='suffix',
632632
default_value='',
633633
usedefault=True,
634-
desc='Filename suffix. Specify the string to be appended to the filenames of the filtered image file(s). Default suffix is "".'
634+
desc='Filename suffix. Specify the string to be appended to the filenames of the filtered image file(s).'
635635
)
636636

637637
addnoise = traits.Float(default_value=0.5,

0 commit comments

Comments
 (0)