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 30a893e commit 4f2f60bCopy full SHA for 4f2f60b
nipype/interfaces/freesurfer/petsurfer.py
@@ -282,7 +282,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
282
desc="set the tissue fraction resolution parameter (def is 0.5)",
283
)
284
285
- rbv = traits.Bool(argstr="--rbv", requires=["subjects_dir"], desc="perform RBV PVC")
+ rbv = traits.Bool(argstr="--rbv", requires=["subjects_dir"], desc="perform Region-based Voxelwise (RBV) PVC")
286
287
rbv_res = traits.Float(
288
argstr="--rbv-res %f",
0 commit comments