Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2005-08-17 16:08:24
Size: 1854
Comment:
Revision 7 as of 2018-01-26 14:46:03
Size: 1895
Editor: RicardoValle
Comment: Added methods description section with link to Fischl et al. 2004.
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
[[Navigation(children)]] <<Navigation(children)>>
Line 11: Line 11:
[[TableOfContents]] <<TableOfContents>>
Line 15: Line 15:
mri_ca_register - generates a multi-dimensional talairach transform from a gca file and talairach.lta file '''mri_ca_register''' - generates a multi-dimensional talairach transform from a gca file and talairach.lta file
Line 34: Line 34:
|| -ri || allows reading of multiple intensity normalization ||
Line 37: Line 38:

= Description =
description
Line 48: Line 46:
= Bugs =
None

= See Also =
["othercommand1"], ["othercommand2"]
Line 58: Line 50:
{{{
description
description
}}}

= References =
["References/Lastname###"]
[[http://www.nmr.mgh.harvard.edu/~fischl/reprints/sequence_independent_segmentation_reprint.pdf|Fischl et al. (2004) - See "Nonlinear transform" section]]

Index

Name

mri_ca_register - generates a multi-dimensional talairach transform from a gca file and talairach.lta file

Synopsis

mri_ca_register <invol> <template> <outvol>

Arguments

Positional Arguments

invol

input volume

template

template in gca format

outvol

output volume in m3d format

Required Flagged Arguments

None

Optional Flagged Arguments

-tol

defines convergence of registration

-mask

specifies volume to use as a mask

-T

transform in lta format

-level

defines how many surrounding voxels will be used in interpolations, default is 6

-ri

allows reading of multiple intensity normalization

Outputs

outvol

multidimensional transform in m3d format

Examples

Example 1

mri_ca_register -levels 6 -mask subject1/mri/brain -T subject1/mri/transforms/talairach_one.lta subject1/mri/norm_one.mgh single_one.gca subject1/mri/transforms/talairach_one.m3d

Example 2

mri_ca_register -tol 1 -mask subject1/mri/brain -T subject1/mri/transforms/talairach_multi.lta subject1/mri/norm_multi.mgh multi_one.gca subject1/mri/transforms/talairach_multi.m3d

Links

FreeSurfer, FsFast

Methods Description

Fischl et al. (2004) - See "Nonlinear transform" section

Reporting Bugs

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

Author/s

BruceFischl

mri_ca_register (last edited 2018-01-26 14:46:03 by RicardoValle)