Skip to content

Commit f0909af

Browse files
author
Erik Ziegler
committed
Fixed bug in FSL DTIFit interface
1 parent db81db1 commit f0909af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class DTIFitInputSpec(FSLCommandInputSpec):
4646
save_tensor = traits.Bool(desc='save the elements of the tensor',
4747
argstr='--save_tensor')
4848
sse = traits.Bool(desc='output sum of squared errors', argstr='--sse')
49-
cni = File(exists=True, desc='input counfound regressors', argstr='-cni %s')
49+
cni = File(exists=True, desc='input counfound regressors', argstr='--cni=%s')
5050
little_bit = traits.Bool(desc='only process small area of brain',
5151
argstr='--littlebit')
5252

0 commit comments

Comments
 (0)