Skip to content

Commit b7fe287

Browse files
committed
BF: 1 more missed = in --randfib
1 parent d9e5f20 commit b7fe287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ class ProbTrackXInputSpec(FSLCommandInputSpec):
345345
loop_check = traits.Bool(argstr='--loopcheck', desc='perform loop_checks on paths -' +
346346
' slower, but allows lower curvature threshold')
347347
use_anisotropy = traits.Bool(argstr='--usef', desc='use anisotropy to constrain tracking')
348-
rand_fib = traits.Enum(0, 1, 2, 3, argstr='--randfib %d',
348+
rand_fib = traits.Enum(0, 1, 2, 3, argstr='--randfib=%d',
349349
desc='options: 0 - default, 1 - to randomly sample' +
350350
' initial fibres (with f > fibthresh), 2 - to sample in ' +
351351
'proportion fibres (with f>fibthresh) to f, 3 - to sample ALL ' +

0 commit comments

Comments
 (0)