File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments