File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -673,8 +673,8 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
673
673
c_thresh = traits .Float (
674
674
argstr = "--cthr=%.3f" , desc = "curvature threshold - default=0.2"
675
675
)
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" )
678
678
)
679
679
step_length = traits .Float (
680
680
argstr = "--steplength=%.3f" , desc = "step_length in mm - default=0.5"
@@ -713,7 +713,7 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
713
713
),
714
714
)
715
715
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" )
717
717
s2tastext = traits .Bool (
718
718
argstr = "--s2tastext" ,
719
719
desc = (
You can’t perform that action at this time.
0 commit comments