Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2004-08-05 03:17:45
Size: 1116
Editor: DavidTuch
Comment: Removed indentation.
Revision 7 as of 2004-09-09 13:44:06
Size: 2512
Editor: DavidTuch
Comment: added options
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## see dtrecon as an exmaple ## Note: This page was created with the CommandTemplate
##
## If you're modifying this page please take a look at the
## latest version of CommandTemplate to ensure that you're
## using the latest version of the CommandTemplate
##
## See HelpOnCommandTemplate for description of formatting

'''Index'''
[[TableOfContents]]
Line 3: Line 13:
{{{
Line 5: Line 14:
}}}
Line 7: Line 16:
{{{
mri_segment arg1 -i <arg2> -o <arg3> [<options>]
}}}
mri_segment <classifierfile> <invol> <outvol>
Line 11: Line 18:
= Positional Arguments =
{{{
arg1
  description
  description
}}}
= Arguments =
== Positional Arguments ==
|| <classifierfile> || classifier file ||
|| <invol> || input volume ||
|| <outvol> || output volume ||
Line 18: Line 24:
= Required Flagged Arguments =
{{{
-i <arg2>
  description
  description

-o <arg3>
  description
  description
}}}

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

-g <gvalue>
  description
  description
}}}
== Optional Flagged Arguments ==
|| -slope <s> ||set the curvature slope (both n and p)||
|| -pslope <p> ||set the curvature pslope (default=1.0)||
|| -nslope <n> ||set the curvature nslope (default=1.0)||
|| -debug_voxel <x y z>|| set voxel for debugging||
|| -auto ||automatically detect class statistics (default)||
|| -noauto ||don't automatically detect class statistics||
|| -log || log to ./segment.dat||
|| -keep || keep wm edits. maintains all values of 0 and 255||
|| -ghi, -gray_hi <h> ||set the gray matter high limit (default=100.000)||
|| -wlo, -wm_low <l> ||set the white matter low limit (default=90.000)||
|| -whi, -wm_hi <h> ||set the white matter high limit (default=125.000)||
|| -nseg <n> || thicken the n largest thin strands (default=20)||
|| -thicken || toggle thickening step (default=ON)||
|| -fillbg || toggle filling of the basal ganglia (default=OFF)||
|| -fillv || toggle filling of the ventricles (default=OFF)||
|| -b <s> ||set blur sigma (default=0.25)||
|| -n <i> || set # iterations of border classification (default=1)||
|| -t <t> ||set limit to thin strands in mm (default=4)||
|| -v || verbose||
|| -p <p> || set % threshold (default=0.80)||
|| -x <filename> || extract options from filename||
|| -w <w> ||set wsize (default=11)||
|| -u || usage||
Line 41: Line 50:
{{{
volume1 - description
volume2 - description
}}}
|| <outvol> || output volume ||
Line 46: Line 52:
= Example 1 =
{{{
mri_segment foo -i f -o out
}}}
= Description =
??
Line 51: Line 55:
= Example 2 =
{{{
mri_segment foo -i f -o out -f fvalue
}}}
= Examples =

== Example 1 ==
??

== Example 2 ==
??

= Bugs =
??
Line 57: Line 67:
["othercommand1"], ["othercommand2"]

= Author =
JaneSmith
["recon-all"]
Line 65: Line 72:
= Methods Description =
{{{
??
}}}
Line 66: Line 78:
## For example: ["Belliveau1991"]
["References/NameYear"]
["References/Lastname###"]
??
Line 72: Line 84:
= Category =
## For example: CategoryFreeSurferCommandVolumeConversion
CategoryFreeSurferCommandSegmentation
= Author/s =
BruceFischl

Index TableOfContents

Name

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

Synopsis

mri_segment <classifierfile> <invol> <outvol>

Arguments

Positional Arguments

<classifierfile>

classifier file

<invol>

input volume

<outvol>

output volume

Optional Flagged Arguments

-slope <s>

set the curvature slope (both n and p)

-pslope <p>

set the curvature pslope (default=1.0)

-nslope <n>

set the curvature nslope (default=1.0)

-debug_voxel <x y z>

set voxel for debugging

-auto

automatically detect class statistics (default)

-noauto

don't automatically detect class statistics

-log

log to ./segment.dat

-keep

keep wm edits. maintains all values of 0 and 255

-ghi, -gray_hi <h>

set the gray matter high limit (default=100.000)

-wlo, -wm_low <l>

set the white matter low limit (default=90.000)

-whi, -wm_hi <h>

set the white matter high limit (default=125.000)

-nseg <n>

thicken the n largest thin strands (default=20)

-thicken

toggle thickening step (default=ON)

-fillbg

toggle filling of the basal ganglia (default=OFF)

-fillv

toggle filling of the ventricles (default=OFF)

-b <s>

set blur sigma (default=0.25)

-n <i>

set # iterations of border classification (default=1)

-t <t>

set limit to thin strands in mm (default=4)

-v

verbose

-p <p>

set % threshold (default=0.80)

-x <filename>

extract options from filename

-w <w>

set wsize (default=11)

-u

usage

Outputs

<outvol>

output volume

Description

??

Examples

Example 1

??

Example 2

??

Bugs

??

See Also

["recon-all"]

Links

FreeSurfer

Methods 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)