Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2004-08-05 22:25:30
Size: 1306
Editor: DavidTuch
Comment: Reformatted argument syntax.
Revision 4 as of 2004-08-10 13:41:54
Size: 1479
Editor: DavidTuch
Comment: fixed typo
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
Line 3: Line 8:
{{{
Line 5: Line 9:
}}}
Line 7: Line 11:
{{{
mri_tessellate [<option>] [input volume] [label-value] [output surface]
}}}
mri_tessellate [<options>] [input volume] [label-value] [output surface]
Line 12: Line 14:
{{{
[input volume]
  COR, .mgh, or .mgz volume
|| [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 ||
Line 16: Line 18:
[label-value]
  integer, if input is filled volume, 127 is rh, 255 is lh
Line 19: Line 19:
[output surface]
  binary surface of the tessellation

}}}
= Required Flagged Arguments =
None
Line 25: Line 23:
{{{
-a
tessellate the surface of all voxels with different labels

-n
save surface with real RAS coordinates where c_(r,a,s) != 0
}}}
|| -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 27:
{{{   surface file, typically ?h.orig
}}}
|| [output surface] || surface file, typically ?h.orig ||

= Description =
description
Line 39: Line 33:
{{{
Line 41: Line 34:
}}}
description
Line 44: Line 38:
{{{
Line 46: Line 39:
}}}
description
Line 51: Line 45:
= Author =
JaneSmith
= Author/s =
BruceFischl
Line 57: Line 51:
= Description =
Line 60: Line 52:
## For example: ["Belliveau1991"]
NameYear
["References/Lastname###"]
Line 71: Line 62:
Line 72: Line 64:
## For example: CategoryFreeSurferCommandVolumeConversion
Category``Stream``Function
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)