Skip to content

Commit 60ad908

Browse files
committed
Gradnonlin option added to xfibers
1 parent cf81228 commit 60ad908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ def _gen_filename(self, name):
776776
class XFibresInputSpec(FSLCommandInputSpec):
777777
dwi = File(exists=True, argstr="--data=%s", mandatory=True)
778778
mask = File(exists=True, argstr="--mask=%s", mandatory=True)
779+
gradnonlin = File(exists=True, argstr="--gradnonlin=%s")
779780
bvecs = File(exists=True, argstr="--bvecs=%s", mandatory=True)
780781
bvals = File(exists=True, argstr="--bvals=%s", mandatory=True)
781782
logdir = Directory("logdir", argstr="--logdir=%s", usedefault=True)

0 commit comments

Comments
 (0)