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 fea4dea commit 6328903Copy full SHA for 6328903
nipype/interfaces/fsl/dti.py
@@ -264,7 +264,7 @@ class BEDPOSTX5InputSpec(FSLXCommandInputSpec):
264
out_dir = Directory('bedpostx', mandatory=True, desc='output directory',
265
usedefault=True, position=1, argstr='%s')
266
gradnonlin = traits.Bool(False, argstr='-g', desc=('consider gradient '
267
- 'nonlinearities, default off'))
+ 'nonlinearities, default off'))
268
grad_dev = File(exists=True, desc='grad_dev file, if gradnonlin, -g is True')
269
use_gpu = traits.Bool(False, desc='Use the GPU version of bedpostx')
270
0 commit comments