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 @@ -674,8 +674,8 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
674
674
c_thresh = traits .Float (
675
675
argstr = "--cthr=%.3f" , desc = "curvature threshold - default=0.2"
676
676
)
677
- sample_random_points = traits .Bool (
678
- argstr = "--sampvox" , desc = ("sample random points within " "seed voxels" )
677
+ sample_random_points = traits .Float (
678
+ argstr = "--sampvox=%.3f " , desc = ("sample random points within " "seed voxels" )
679
679
)
680
680
step_length = traits .Float (
681
681
argstr = "--steplength=%.3f" , desc = "step_length in mm - default=0.5"
@@ -714,7 +714,7 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
714
714
),
715
715
)
716
716
mod_euler = traits .Bool (argstr = "--modeuler" , desc = "use modified euler streamlining" )
717
- random_seed = traits .Bool (argstr = "--rseed" , desc = "random seed" )
717
+ random_seed = traits .Int (argstr = "--rseed=%d " , desc = "random seed" )
718
718
s2tastext = traits .Bool (
719
719
argstr = "--s2tastext" ,
720
720
desc = (
You can’t perform that action at this time.
0 commit comments