Skip to content

Commit 4fbd1f0

Browse files
committed
Add no-pvc flag
1 parent d3b27df commit 4fbd1f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,12 @@ class GTMPVCInputSpec(FSTraitedSpec):
275275

276276
no_tfe = traits.Bool(
277277
argstr="--no-tfe",
278-
desc="do not correction for tissue fraction effect (with --psf 0 turns off PVC entirely)",
278+
desc="do not correct for tissue fraction effect (with --psf 0 turns off PVC entirely)",
279+
)
280+
281+
no_pvc = traits.Bool(
282+
argstr="--no-pvc",
283+
desc="turns off PVC entirely (both PSF and TFE)",
279284
)
280285

281286
segpvfres = traits.Float(

0 commit comments

Comments
 (0)