Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2004-08-05 15:12:07
Size: 1285
Editor: BrianQuinn
Comment:
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:
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 =
Line 4: Line 57:
mri_tessellate - creates surface by tessellating given input volume
}}}
= Synopsis =
{{{
mri_tessellate <option> <input volume> <label-value> <output surface>
??
Line 11: Line 60:
= 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

}}}

= 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 =
{{{
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
Line 58: Line 61:
## For example: ["Belliveau1991"]
NameYear
??
Line 64: 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)