Skip to content

Commit 7fd8ade

Browse files
committed
FIX: fix spelling in mg trait GTMPVC
1 parent 0c0157f commit 7fd8ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
292292
mg = traits.Tuple(
293293
traits.Float,
294294
traits.List(traits.String),
295-
argstr="--mg %g %s...",
295+
argstr="--mg %f %s...",
296296
desc="gmthresh RefId1 RefId2 ...: perform Mueller-Gaertner PVC, gmthresh is min gm pvf bet 0 and 1")
297297

298298
mg_ref_cerebral_wm = traits.Bool(

0 commit comments

Comments
 (0)