Skip to content

Commit 918f4f0

Browse files
author
David Ellis
committed
ENH: Adds -th3 flag to ParcellationStats.
1 parent 0b8c6ff commit 918f4f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,6 +2437,8 @@ class ParcellationStatsInputSpec(FSTraitedSpec):
24372437
desc="If running as a node, set this to True." +
24382438
"This will copy the input files to the node " +
24392439
"directory.")
2440+
th3 = traits.Bool(argstr="-th3",
2441+
desc="turns on new vertex-wise volume calc for mris_anat_stats")
24402442

24412443

24422444
class ParcellationStatsOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)