Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nipype/interfaces/afni/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
desc='this option lets you input a rectangular array of 1 or more '
'baseline vectors from a file. This method is a fast way to '
'include a lot of baseline regressors in one step. ',
argstr='ortvec %s')
argstr='-ortvec %s %s')
x1D = File(desc='specify name for saved X matrix', argstr='-x1D %s')
x1D_stop = traits.Bool(
desc='stop running after writing .xmat.1D file', argstr='-x1D_stop')
Expand Down
2 changes: 1 addition & 1 deletion nipype/interfaces/afni/tests/test_auto_Deconvolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_Deconvolve_inputs():
nohash=True,
usedefault=True,
),
ortvec=dict(argstr='ortvec %s', ),
ortvec=dict(argstr='-ortvec %s %s', ),
out_file=dict(argstr='-bucket %s', ),
outputtype=dict(),
polort=dict(argstr='-polort %d', ),
Expand Down