File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
nipype/interfaces/diffusion_toolkit Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ class DTITrackerInputSpec(CommandLineInputSpec):
129129 angle_threshold_weight = traits .Float (desc = "set angle threshold weighting factor. weighting will be be applied \
130130 on top of the angle_threshold" , argstr = "-atw %f" )
131131 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 " )
133133 invert_x = traits .Bool (desc = "invert x component of the vector" , argstr = "-ix" )
134134 invert_y = traits .Bool (desc = "invert y component of the vector" , argstr = "-iy" )
135135 invert_z = traits .Bool (desc = "invert z component of the vector" , argstr = "-iz" )
You can’t perform that action at this time.
0 commit comments