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 cf81228 commit 60ad908Copy full SHA for 60ad908
nipype/interfaces/fsl/dti.py
@@ -776,6 +776,7 @@ def _gen_filename(self, name):
776
class XFibresInputSpec(FSLCommandInputSpec):
777
dwi = File(exists=True, argstr="--data=%s", mandatory=True)
778
mask = File(exists=True, argstr="--mask=%s", mandatory=True)
779
+ gradnonlin = File(exists=True, argstr="--gradnonlin=%s")
780
bvecs = File(exists=True, argstr="--bvecs=%s", mandatory=True)
781
bvals = File(exists=True, argstr="--bvals=%s", mandatory=True)
782
logdir = Directory("logdir", argstr="--logdir=%s", usedefault=True)
0 commit comments