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):
624
624
field = 'prefix' ,
625
625
default_value = 'sanlm_' ,
626
626
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).' ,
628
628
)
629
629
630
630
filename_suffix = traits .Str (
631
631
field = 'suffix' ,
632
632
default_value = '' ,
633
633
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).'
635
635
)
636
636
637
637
addnoise = traits .Float (default_value = 0.5 ,
You can’t perform that action at this time.
0 commit comments