Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2004-09-13 10:17:12
Size: 1217
Editor: DavidTuch
Comment:
Revision 4 as of 2006-10-06 14:04:59
Size: 2307
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## 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
Line 12: Line 4:
Line 14: Line 5:
mri_ca_train - ?? mri_ca_train - create a GCA from MNI and xfm files
Line 17: Line 8:
mri_ca_train [options] <subject 1> <subject 2> ... <output file> mri_ca_train [options] <subject 1> <subject 2> ... <output gca fname>
Line 26: Line 17:
none || -parc_dir || segmentation directory (path relative to $subject/mri||
Line 29: Line 20:
|| -spacing ||spacing of classifiers in canonical space||
|| -gradient ||use intensity gradient as input to classifier||
|| -spacing ||spacing of classifiers in canonical space||
|| -gradient ||use intensity gradient as input to classifier||
|| -mask volname ||use volname as a mask ||
|| -node_spacing ||spacing of classifiers in canonical space i.e. memory you devote to intensity distribution||
|| -prior_spacing ||spacing of class priors in canonical space i.e. memory you devote to prior probabity distributions||
|| -input name || specifying training data (path relative to $subject/mri). can specify multiple inputs. If not specified, "orig" is used. Using orig is sufficient for an atlas created with MPRAGES, but for other data types (i.e. multi-echo flash) this volume should be choosen more carefully, see example 2. ||
|| -T1 || input volume (i.e. nu, norm.mgh etc) ||
|| -flash || specifies the atlas as either single-echo or multi-echo ||
|| -xform || reference transform ||
Line 32: Line 30:
 
Line 34: Line 31:
|| <output file> || output file || || <output file> || gca file - gaussian class array file, in this instance essentially a probabilistic map ||
Line 36: Line 33:
= Description =
??
Line 41: Line 36:
??
{{{
mri_ca_train -prior_spacing 2 \
  -node_spacing 8 \
  -mask brain \
  -parc_dir esegatlast \
  -xform manual_registration.xfm \
  -T1 nu subject1 single_one.gca
}}}
Line 44: Line 45:
??

= Bugs =
??
{{{
mri_ca_train -node_spacing 4 \
  -prior_spacing 2 \
  -parc_dir esegatlast \
  -xform talairach_one.m3d \
  -input flash30_avg.mgz \
  -input flash5_avg.mgz \
  $SUBJECTS multi_one.gca
}}}
Line 50: Line 56:
["othercommand1"], ["othercommand2"]

= Links =
FreeSurfer

= Methods Description =
{{{
??
}}}
["mri_em_register"], ["mri_ca_normalize"]
Line 61: Line 59:
["References/Lastname###"]   * [https://surfer.nmr.mgh.harvard.edu/ftp/articles/fischl02-labeling.pdf Whole Brain Segmentation: Automated Labeling of Neuroanatomical Structures in the Human Brain], Fischl et al., (2002). Neuron, 33:341-355.

Index TableOfContents

Name

mri_ca_train - create a GCA from MNI and xfm files

Synopsis

mri_ca_train [options] <subject 1> <subject 2> ... <output gca fname>

Arguments

Positional Arguments

<subject 1>

subject 1

<subject 2>

subject 2

<output file>

output file

Required Flagged Arguments

-parc_dir

segmentation directory (path relative to $subject/mri

Optional Flagged Arguments

-spacing

spacing of classifiers in canonical space

-gradient

use intensity gradient as input to classifier

-mask volname

use volname as a mask

-node_spacing

spacing of classifiers in canonical space i.e. memory you devote to intensity distribution

-prior_spacing

spacing of class priors in canonical space i.e. memory you devote to prior probabity distributions

-input name

specifying training data (path relative to $subject/mri). can specify multiple inputs. If not specified, "orig" is used. Using orig is sufficient for an atlas created with MPRAGES, but for other data types (i.e. multi-echo flash) this volume should be choosen more carefully, see example 2.

-T1

input volume (i.e. nu, norm.mgh etc)

-flash

specifies the atlas as either single-echo or multi-echo

-xform

reference transform

Outputs

<output file>

gca file - gaussian class array file, in this instance essentially a probabilistic map

Examples

Example 1

mri_ca_train -prior_spacing 2 \
  -node_spacing 8 \
  -mask brain \
  -parc_dir esegatlast \
  -xform manual_registration.xfm \
  -T1 nu subject1 single_one.gca

Example 2

mri_ca_train -node_spacing 4 \
  -prior_spacing 2 \
  -parc_dir esegatlast \
  -xform talairach_one.m3d \
  -input flash30_avg.mgz \
  -input flash5_avg.mgz \
  $SUBJECTS multi_one.gca

See Also

["mri_em_register"], ["mri_ca_normalize"]

References

Reporting Bugs

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

Author/s

BruceFischl

mri_ca_train (last edited 2008-04-29 11:45:06 by localhost)