Skip to content

Commit 40ffce9

Browse files
committed
Small bug in freesurfer/model.py label2vol
1 parent 08ec3cb commit 40ffce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ class Label2VolInputSpec(FSTraitedSpec):
917917
desc='set R=I')
918918
invert_mtx = traits.Bool(argstr='--invertmtx',
919919
desc='Invert the registration matrix')
920-
fill_thresh = traits.Range(0., 1., argstr='--fillthresh %.f',
920+
fill_thresh = traits.Range(0., 1., argstr='--fillthresh %f',
921921
desc='thresh : between 0 and 1')
922922
label_voxel_volume = traits.Float(argstr='--labvoxvol %f',
923923
desc='volume of each label point (def 1mm3)')

0 commit comments

Comments
 (0)