File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nipype/interfaces/diffusion_toolkit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ class DTITrackerInputSpec(CommandLineInputSpec):
129
129
angle_threshold_weight = traits .Float (desc = "set angle threshold weighting factor. weighting will be be applied \
130
130
on top of the angle_threshold" , argstr = "-atw %f" )
131
131
random_seed = traits .Int (desc = "use random location in a voxel instead of the center of the voxel \
132
- to seed. can also define number of seed per voxel. default is 1" , argstr = "-rseed" )
132
+ to seed. can also define number of seed per voxel. default is 1" , argstr = "-rseed %d " )
133
133
invert_x = traits .Bool (desc = "invert x component of the vector" , argstr = "-ix" )
134
134
invert_y = traits .Bool (desc = "invert y component of the vector" , argstr = "-iy" )
135
135
invert_z = traits .Bool (desc = "invert z component of the vector" , argstr = "-iz" )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def test_DTITracker_inputs():
48
48
),
49
49
primary_vector = dict (argstr = '-%s' ,
50
50
),
51
- random_seed = dict (argstr = '-rseed' ,
51
+ random_seed = dict (argstr = '-rseed %d ' ,
52
52
),
53
53
step_length = dict (argstr = '-l %f' ,
54
54
),
You can’t perform that action at this time.
0 commit comments