File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
36
36
argstr = '-input %s' ,
37
37
copyfile = False ,
38
38
sep = " " ,
39
- position = 0 )
39
+ position = 1 )
40
40
sat = traits .Bool (
41
41
desc = 'check the dataset time series for initial saturation transients,'
42
42
' which should normally have been excised before data analysis.' ,
@@ -60,7 +60,8 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
60
60
force_TR = traits .Float (
61
61
desc = 'use this value instead of the TR in the \' input\' '
62
62
'dataset. (It\' s better to fix the input using Refit.)' ,
63
- argstr = '-force_TR %d' )
63
+ argstr = '-force_TR %f' ,
64
+ position = 0 )
64
65
input1D = File (
65
66
desc = 'filename of single (fMRI) .1D time series where time runs down '
66
67
'the column.' ,
You can’t perform that action at this time.
0 commit comments