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 226ff40 commit 6a09500Copy full SHA for 6a09500
nipype/interfaces/fsl/dti.py
@@ -49,7 +49,8 @@ class DTIFitInputSpec(FSLCommandInputSpec):
49
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
-
+ gradnonlin = File(exists=True, argstr='--gradnonlin=%s',
53
+ desc='gradient non linearities')
54
55
class DTIFitOutputSpec(TraitedSpec):
56
V1 = File(exists=True, desc='path/name of file with the 1st eigenvector')
0 commit comments