File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
142
142
desc = 'this option lets you input a rectangular array of 1 or more '
143
143
'baseline vectors from a file. This method is a fast way to '
144
144
'include a lot of baseline regressors in one step. ' ,
145
- argstr = 'ortvec %s' )
145
+ argstr = '- ortvec %s %s' )
146
146
x1D = File (desc = 'specify name for saved X matrix' , argstr = '-x1D %s' )
147
147
x1D_stop = traits .Bool (
148
148
desc = 'stop running after writing .xmat.1D file' , argstr = '-x1D_stop' )
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def test_Deconvolve_inputs():
73
73
nohash = True ,
74
74
usedefault = True ,
75
75
),
76
- ortvec = dict (argstr = 'ortvec %s' , ),
76
+ ortvec = dict (argstr = '- ortvec %s %s' , ),
77
77
out_file = dict (argstr = '-bucket %s' , ),
78
78
outputtype = dict (),
79
79
polort = dict (argstr = '-polort %d' , ),
You can’t perform that action at this time.
0 commit comments