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 0b8c6ff commit 918f4f0Copy full SHA for 918f4f0
nipype/interfaces/freesurfer/utils.py
@@ -2437,6 +2437,8 @@ class ParcellationStatsInputSpec(FSTraitedSpec):
2437
desc="If running as a node, set this to True." +
2438
"This will copy the input files to the node " +
2439
"directory.")
2440
+ th3 = traits.Bool(argstr="-th3",
2441
+ desc="turns on new vertex-wise volume calc for mris_anat_stats")
2442
2443
2444
class ParcellationStatsOutputSpec(TraitedSpec):
0 commit comments