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 4f2f60b commit 425469eCopy full SHA for 425469e
nipype/interfaces/freesurfer/petsurfer.py
@@ -289,7 +289,11 @@ class GTMPVCInputSpec(FSTraitedSpec):
289
desc="voxsize : set RBV voxel resolution (good for when standard res takes too much memory)",
290
)
291
292
- mg = traits.List(argstr="--id %s...", desc="Manually specify segmentation ids")
+ mg = traits.Tuple(
293
+ traits.Float,
294
+ traits.List(traits.String),
295
+ argstr="--mg %g %s...",
296
+ desc="gmthresh RefId1 RefId2 ...: perform Mueller-Gaertner PVC, gmthresh is min gm pvf bet 0 and 1")
297
298
mg_ref_cerebral_wm = traits.Bool(
299
argstr="--mg-ref-cerebral-wm", desc=" set MG RefIds to 2 and 41"
0 commit comments