Skip to content

Commit 307fdde

Browse files
authored
Update dti.py
fix the bug of diffusion_toolkit interfaces
1 parent c4c724b commit 307fdde

File tree

1 file changed

+1
-1
lines changed
  • nipype/interfaces/diffusion_toolkit

1 file changed

+1
-1
lines changed

nipype/interfaces/diffusion_toolkit/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)