File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2865,8 +2865,7 @@ class TSmoothInputSpec(AFNICommandInputSpec):
2865
2865
name_template = '%s_smooth' ,
2866
2866
desc = 'output file from 3dTSmooth' ,
2867
2867
argstr = '-prefix %s' ,
2868
- name_source = 'in_file' ,
2869
- genfile = True )
2868
+ name_source = 'in_file' )
2870
2869
datum = traits .Str (
2871
2870
desc = 'Sets the data type of the output dataset' ,
2872
2871
argstr = '-datum %s' )
@@ -2918,7 +2917,7 @@ class TSmooth(AFNICommand):
2918
2917
>>> smooth.inputs.in_file = 'functional.nii'
2919
2918
>>> smooth.inputs.adaptive = 5
2920
2919
>>> smooth.cmdline
2921
- '3dTsmooth -prefix functional_smooth -adaptive 5 functional.nii'
2920
+ '3dTsmooth -adaptive 5 -prefix functional_smooth functional.nii'
2922
2921
>>> res = smooth.run() # doctest: +SKIP
2923
2922
2924
2923
"""
You can’t perform that action at this time.
0 commit comments