Skip to content

Commit 5b88f2f

Browse files
committed
Fix parsing of ortvec
1 parent 14ab0a8 commit 5b88f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class DeconvolveInputSpec(AFNICommandInputSpec):
148148
desc='this option lets you input a rectangular array of 1 or more '
149149
'baseline vectors from a file. This method is a fast way to '
150150
'include a lot of baseline regressors in one step. ',
151-
argstr='ortvec %s')
151+
argstr='-ortvec %s %s')
152152
x1D = File(
153153
desc='specify name for saved X matrix',
154154
argstr='-x1D %s')

0 commit comments

Comments
 (0)