File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -673,8 +673,8 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
673673 c_thresh = traits .Float (
674674 argstr = "--cthr=%.3f" , desc = "curvature threshold - default=0.2"
675675 )
676- sample_random_points = traits .Bool (
677- argstr = "--sampvox" , desc = ("sample random points within " "seed voxels" )
676+ sample_random_points = traits .Float (
677+ argstr = "--sampvox=%.3f " , desc = ("sample random points within " "seed voxels" )
678678 )
679679 step_length = traits .Float (
680680 argstr = "--steplength=%.3f" , desc = "step_length in mm - default=0.5"
@@ -713,7 +713,7 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
713713 ),
714714 )
715715 mod_euler = traits .Bool (argstr = "--modeuler" , desc = "use modified euler streamlining" )
716- random_seed = traits .Bool (argstr = "--rseed" , desc = "random seed" )
716+ random_seed = traits .Int (argstr = "--rseed=%d " , desc = "random seed" )
717717 s2tastext = traits .Bool (
718718 argstr = "--s2tastext" ,
719719 desc = (
You can’t perform that action at this time.
0 commit comments