Skip to content

Commit 6a09500

Browse files
committed
Added option to correct for gradient non linearities in dtifit
1 parent 226ff40 commit 6a09500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class DTIFitInputSpec(FSLCommandInputSpec):
4949
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')
52-
52+
gradnonlin = File(exists=True, argstr='--gradnonlin=%s',
53+
desc='gradient non linearities')
5354

5455
class DTIFitOutputSpec(TraitedSpec):
5556
V1 = File(exists=True, desc='path/name of file with the 1st eigenvector')

0 commit comments

Comments
 (0)