We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db81db1 commit f0909afCopy full SHA for f0909af
nipype/interfaces/fsl/dti.py
@@ -46,7 +46,7 @@ class DTIFitInputSpec(FSLCommandInputSpec):
46
save_tensor = traits.Bool(desc='save the elements of the tensor',
47
argstr='--save_tensor')
48
sse = traits.Bool(desc='output sum of squared errors', argstr='--sse')
49
- cni = File(exists=True, desc='input counfound regressors', argstr='-cni %s')
+ cni = File(exists=True, desc='input counfound regressors', argstr='--cni=%s')
50
little_bit = traits.Bool(desc='only process small area of brain',
51
argstr='--littlebit')
52
0 commit comments