Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2004-08-04 11:38:50
Size: 1125
Editor: DavidTuch
Comment: Replaced with new CommandTemplate formatting.
Revision 6 as of 2004-08-10 13:54:21
Size: 1192
Editor: DavidTuch
Comment: updated formatting
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## see dtrecon as an exmaple ## 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:
mri_segment - segments the white matter (based on voxel value) to produce the wm volume

= Synopsis =
mri_segment [argA] -flag1 [arg2] -flag2 [arg3] [<options>]

= Positional Arguments =
|| [argA] || description ||

= Required Flagged Arguments =
|| -flag1 [arg1] || description ||
|| -flag2 [arg2] || description ||

= Optional Flagged Arguments =
|| -flag3 [arg3] || description ||
|| -flag4 [arg4] || description ||
 
= Outputs =
|| volume1 || description ||
|| volume2 || description ||

= Description =
description

= Example 1 =
command foo -i f -o out

description

= Example 2 =
command foo -i f -o out -f fvalue

description

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

= Links =
FreeSurfer

= Methods Description =
Line 4: Line 49:
mri_segment - segments the white matter (based on voxel value) to produce the wm volume
}}}
= Synopsis =
{{{
mri_segment arg1 -i <arg2> -o <arg3> [<options>]
description
description
Line 11: Line 53:
= Positional Arguments =
{{{
arg1
  description
  description
}}}

= Required Flagged Arguments =
{{{
-i <arg2>
  description
  description

-o <arg3>
  description
  description
}}}

= Optional Flagged Arguments =
{{{
-f <fvalue>
  description
  description

-g <gvalue>
  description
  description
}}}

= Outputs =
{{{
volume1 - description
volume2 - description
}}}

= Example 1 =
{{{
mri_segment foo -i f -o out
}}}

= Example 2 =
{{{
mri_segment foo -i f -o out -f fvalue
}}}

= See Also =
 ["othercommand1"]

 ["othercommand2"]

= Author =
 JaneSmith

= Links =
 FreeSurfer
Line 68: Line 54:
## For example: ["Belliveau1991"]
 ["References/NameYear"]
["References/Lastname###"]
Line 72: Line 57:
 Report bugs to <analysis-bugs@nmr.mgh.harvard.edu> Report bugs to <analysis-bugs@nmr.mgh.harvard.edu>
Line 74: Line 59:
= Category =
## For example: CategoryFreeSurferCommandVolumeConversion
 CategoryFreeSurferCommandSegmentation
= Author/s =
BruceFischl

Name

mri_segment - segments the white matter (based on voxel value) to produce the wm volume

Synopsis

mri_segment [argA] -flag1 [arg2] -flag2 [arg3] [<options>]

Positional Arguments

[argA]

description

Required Flagged Arguments

-flag1 [arg1]

description

-flag2 [arg2]

description

Optional Flagged Arguments

-flag3 [arg3]

description

-flag4 [arg4]

description

Outputs

volume1

description

volume2

description

Description

description

Example 1

command foo -i f -o out

description

Example 2

command foo -i f -o out -f fvalue

description

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_segment (last edited 2021-04-20 16:13:19 by AndrewHoopes)