Differences between revisions 4 and 11 (spanning 7 versions)
Revision 4 as of 2004-08-10 13:41:54
Size: 1479
Editor: DavidTuch
Comment: fixed typo
Revision 11 as of 2008-10-21 13:19:59
Size: 1473
Editor: MartinReuter
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
<<Navigation(children)>>
'''Index'''
<<TableOfContents>>
Line 11: Line 15:
mri_tessellate [<options>] [input volume] [label-value] [output surface] mri_tessellate [options] <invol> <labelvalue> <outsurf>
Line 13: Line 17:
= Positional Arguments =
|| [
input volume] || COR, .mgh, or .mgz volume ||
|| [
label-value] || integer, if input is filled volume, 127 is rh, 255 is lh ||
|| [output surface] || binary surface of the tessellation ||
= Arguments =
=
= Positional Arguments ==
|| <invol> ||
input volume ||
|| <
labelvalue> || integer, if input is filled volume, 127 is rh, 255 is lh ||
|| <outsurf> || binary surface of the tessellation ||
Line 18: Line 23:
== Required Flagged Arguments ==
none
Line 19: Line 26:
= Required Flagged Arguments =
None

= Optional Flagged Arguments =
== Optional Flagged Arguments ==
Line 27: Line 31:
|| [output surface] || surface file, typically ?h.orig || || <outsurf> || surface file, typically ?h.orig ||
Line 30: Line 34:
description
Line 32: Line 35:
= Example 1 = Note: the meaning of the labels can be found in $FREESURFER_HOME/FreeSurferColorLUT.txt

= Examples =
== Example 1 ==
Line 35: Line 41:
description
Line 37: Line 42:
= Example 2 = == Example 2 ==
Line 40: Line 45:
description
= Bugs =
none
Line 43: Line 50:
["othercommand1"], ["othercommand2"]

= Author/s =
BruceFischl
[[mri_pretess]]
Line 49: Line 53:
FreeSurfer, FsFast FreeSurfer

= Methods Description =
{{{
??
}}}
Line 52: Line 61:
["References/Lastname###"] ??
Line 57: Line 66:
= Methods Description =
{{{
description
description
}}}

= Category =
CategoryFreeSurferCommands
= Author/s =
BruceFischl

Index

Name

mri_tessellate - creates surface by tessellating given input volume

Synopsis

mri_tessellate [options] <invol> <labelvalue> <outsurf>

Arguments

Positional Arguments

<invol>

input volume

<labelvalue>

integer, if input is filled volume, 127 is rh, 255 is lh

<outsurf>

binary surface of the tessellation

Required Flagged Arguments

none

Optional Flagged Arguments

-a

tessellate the surface of all voxels with different labels

-n

save surface with real RAS coordinates where c_(r,a,s) != 0

Outputs

<outsurf>

surface file, typically ?h.orig

Description

Note: the meaning of the labels can be found in $FREESURFER_HOME/FreeSurferColorLUT.txt

Examples

Example 1

mri_tessellate $SUBJECTS_DIR/subjid/mri/filled 127 rh.orig

Example 2

mri_tessellate $SUBJECTS_DIR/subjid/mri/aseg 17 lh.hippocampus

Bugs

none

See Also

mri_pretess

Links

FreeSurfer

Methods Description

??

References

??

Reporting Bugs

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

Author/s

BruceFischl

mri_tessellate (last edited 2008-10-21 13:19:59 by MartinReuter)