Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2017-12-01 12:48:07
Size: 796
Comment:
Revision 3 as of 2017-12-01 12:53:55
Size: 690
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
mris_wm_volume mris_volume
Line 7: Line 7:
mris_wm_volume <subject> <hemi> mris_volume <surface_file_name>
Line 11: Line 11:
|| <subject> || subject ID || name of subject/case to process ||
|| <hemi> || brain hemisphere || designate which hemisphere to use ||
|| <surface_file_name> || Surface ||
Line 16: Line 15:
|| -SDIR || subject's directory ||
|| -white || white matter surface ||
|| -aseg || volume to determine non-wm voxels in sub-cortical regions ||
Line 21: Line 17:
This program computes the volume of the enclosed ?h.white surface, ignoring non-wm voxels in the aseg. This program computes the volume of the given closed surface using a divergence formula. The units are mm^3.

= Example =
{{{
mris_volume lh.pial
}}}
This command would output the volume of everything enclosed by the left pial surface.
Line 27: Line 29:
[[mris_volume]] [[mris_wm_volume]]

Index

Name

mris_volume

Synopsis

mris_volume <surface_file_name>

Arguments

Positional Arguments

<surface_file_name>

Surface

Optional Flagged Arguments

-v

verbose terminal output

Description

This program computes the volume of the given closed surface using a divergence formula. The units are mm^3.

Example

mris_volume lh.pial

This command would output the volume of everything enclosed by the left pial surface.

Bugs

None

See Also

mris_wm_volume

Links

FreeSurfer, FsFast

Reporting Bugs

Report bugs to < analysis-bugs@nmr.mgh.harvard.edu >

mris_volume (last edited 2017-12-01 12:53:55 by MorganFogarty)