Skip to content

Commit 4f2f60b

Browse files
mnoergaardeffigies
andauthored
FIX: update description for rbv to include region-based voxelwise PVC correction
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 30a893e commit 4f2f60b

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
@@ -282,7 +282,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
282282
desc="set the tissue fraction resolution parameter (def is 0.5)",
283283
)
284284

285-
rbv = traits.Bool(argstr="--rbv", requires=["subjects_dir"], desc="perform RBV PVC")
285+
rbv = traits.Bool(argstr="--rbv", requires=["subjects_dir"], desc="perform Region-based Voxelwise (RBV) PVC")
286286

287287
rbv_res = traits.Float(
288288
argstr="--rbv-res %f",

0 commit comments

Comments
 (0)