Skip to content

Commit 30a893e

Browse files
committed
FIX: rename segpvres to tissue_fraction_resolution
1 parent 0aa1801 commit 30a893e

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
@@ -277,7 +277,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
277277
desc="turns off PVC entirely (both PSF and TFE)",
278278
)
279279

280-
segpvfres = traits.Float(
280+
tissue_fraction_resolution = traits.Float(
281281
argstr="--segpvfres %f",
282282
desc="set the tissue fraction resolution parameter (def is 0.5)",
283283
)

0 commit comments

Comments
 (0)