Differences between revisions 3 and 4
Deletions are marked like this. Additions are marked like this.
Line 65: Line 65:


## see CommandTemplate and dtrecon as exmaples
= Name =
{{{
mri_tessellate - creates surface by tessellating given input volume
}}}
= Synopsis =
{{{
mri_tessellate [<option>] [input volume] [label-value] [output surface]
}}}

= 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

= Description =

= References =
## For example: ["Belliveau1991"]
NameYear

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

= Methods Description =
{{{
description
description
}}}
= Category =
CategoryFreeSurferCommands

Name

mri_tessellate - creates surface by tessellating given input volume

Synopsis

mri_tessellate [<options>] [input volume] [label-value] [output surface]

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

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

[output surface]

surface file, typically ?h.orig

Description

description

Example 1

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

description

Example 2

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

description

See Also

["othercommand1"], ["othercommand2"]

Author/s

BruceFischl

Links

FreeSurfer, FsFast

References

["References/Lastname###"]

Reporting Bugs

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

Methods Description

description
description

Category

CategoryFreeSurferCommands

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