Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2004-08-05 15:12:07
Size: 1285
Editor: BrianQuinn
Comment:
Revision 6 as of 2004-08-26 01:14:54
Size: 1482
Editor: DavidTuch
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
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 11: Line 13:
= Positional Arguments =
{{{
<input volume>
  COR, .mgh, or .mgz volume
= Arguments =
== 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 ||
Line 16: Line 19:
<label-value>
  integer, if input is filled volume, 127 is rh, 255 is lh
== Required Flagged Arguments ==
None
Line 19: Line 22:
<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 27:
{{{   surface file, typically ?h.orig
}}}
|| [output surface] || surface file, typically ?h.orig ||
Line 38: Line 29:
= Example 1 =
{{{
= Description =
description

= Examples =
== Example 1 ==
Line 41: Line 35:
}}}
Line 43: Line 36:
= Example 2 =
{{{
description

=
= Example 2 ==
Line 46: Line 40:
}}}
description

= Bugs =
None
Line 51: Line 49:
= Author =
JaneSmith
Line 55: Line 50:
FreeSurfer, FsFast

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

= Reporting Bugs =
Report bugs to <analysis-bugs@nmr.mgh.harvard.edu>
FreeSurfer
Line 69: Line 57:
= Category =
## For example: CategoryFreeSurferCommandVolumeConversion
Category``Stream``Function

= References =
["References/Lastname###"]

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

= Author/s =
BruceFischl

Name

mri_tessellate - creates surface by tessellating given input volume

Synopsis

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

Arguments

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

Examples

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

Bugs

None

See Also

["othercommand1"], ["othercommand2"]

Links

FreeSurfer

Methods Description

description
description

References

["References/Lastname###"]

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)