We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ec3cb commit 40ffce9Copy full SHA for 40ffce9
nipype/interfaces/freesurfer/model.py
@@ -917,7 +917,7 @@ class Label2VolInputSpec(FSTraitedSpec):
917
desc='set R=I')
918
invert_mtx = traits.Bool(argstr='--invertmtx',
919
desc='Invert the registration matrix')
920
- fill_thresh = traits.Range(0., 1., argstr='--fillthresh %.f',
+ fill_thresh = traits.Range(0., 1., argstr='--fillthresh %f',
921
desc='thresh : between 0 and 1')
922
label_voxel_volume = traits.Float(argstr='--labvoxvol %f',
923
desc='volume of each label point (def 1mm3)')
0 commit comments