Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2004-08-05 22:25:30
Size: 1306
Editor: DavidTuch
Comment: Reformatted argument syntax.
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 1: Line 1:
## see CommandTemplate and dtrecon as exmaples ## See HelpOnCommandTemplate for description of formatting
##
## Note: If you are modifying this page please refer to the
## CommandTemplate page and confirm that this page has the latest
## CommandTemplate formatting

<<Navigation(children)>>
'''Index'''
<<TableOfContents>>
Line 3: Line 12:
{{{
Line 5: Line 13:
}}}
Line 7: Line 15:
{{{
mri_tessellate [<option>] [input volume] [label-value] [output surface]
}}}
mri_tessellate [options] <invol> <labelvalue> <outsurf>
Line 11: Line 17:
= Positional Arguments =
{{{
[input volume]
  COR, .mgh, or .mgz volume
= 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 16: Line 23:
[label-value]
  integer, if input is filled volume, 127 is rh, 255 is lh
== Required Flagged Arguments ==
none
Line 19: Line 26:
[output surface]
  binary surface of the tessellation

}}}

= 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
}}}
== 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 ||
Line 34: Line 31:
{{{
surface file, typically ?h.orig
}}}

= Example 1 =
{{{
mri_tessellate $SUBJECTS_DIR/subjid/mri/filled 127 rh.orig
}}}

= Example 2 =
{{{
mri_tessellate $SUBJECTS_DIR/subjid/mri/aseg 17 lh.hippocampus
}}}

= See Also =
["othercommand1"], ["othercommand2"]

= Author =
JaneSmith

= Links =
FreeSurfer, FsFast
|| <outsurf> || surface file, typically ?h.orig ||
Line 59: Line 35:
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 =
{{{
??
}}}
Line 60: Line 61:
## For example: ["Belliveau1991"]
NameYear
??
Line 66: Line 66:
= Methods Description =
{{{
description
description
}}}
= Category =
## For example: CategoryFreeSurferCommandVolumeConversion
Category``Stream``Function
= 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)