Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2004-08-23 15:27:24
Size: 1165
Comment:
Revision 4 as of 2008-04-29 11:45:14
Size: 1647
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
<<Navigation(children)>>
'''Index'''
<<TableOfContents>>
Line 10: Line 14:
mri_ca_normalize - ? mri_ca_normalize - creates a normalized volume using the brain volume and an input gca file
Line 13: Line 17:
mri_ca_normalize [in brain] [atlas] [transform file] [output file name]  mri_ca_normalize [<options>] <inbrain1> <inbrain2> ... <atlas> <transform file> <output1> <output2> ...
Line 15: Line 19:
= Positional Arguments =
|| [in brain] || ? ||
|| [atlas] || ? ||
|| [transform file] || ? ||
|| [output file name] || ? ||
= Arguments =
== Positional Arguments ==
||inbrain1 || input volume||
||inbrain2 || input volume||
||atlas ||atlas file in gca format||
||xform || tranform file in lta format||
||output1 || output volume||
||output2 || output volume||
Line 21: Line 28:
= Required Flagged Arguments =
none
== Required Flagged Arguments ==
None
Line 24: Line 31:
= Optional Flagged Arguments =
none
 
== Optional Flagged Arguments ==
||-mask || specifies volume to use as mask ||
||-p || specifies the percentage of likely wm to use as control points, the default setting is 50% ||
Line 28: Line 36:
|| output file name || ? || || outvol || output volume in either mgh or mgz format ||
Line 35: Line 43:
command foo -i f -o out mri_ca_normalize -mask -p 0.25 subject1/mri/brain subject1/mri/nu single_one.gca subject1/mri/transforms/talairach_one.lta subject1/mri/norm_one.mgh
Line 37: Line 45:
description

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

description
Line 48: Line 50:
["othercommand1"], ["othercommand2"] [[othercommand1]], [[othercommand2]]
Line 55: Line 57:
description
description
??
Line 60: Line 61:
["References/Lastname###"] [[References/Lastname###]]
Line 66: Line 67:
JaneSmith BruceFischl

Index

Name

mri_ca_normalize - creates a normalized volume using the brain volume and an input gca file

Synopsis

  • mri_ca_normalize [<options>] <inbrain1> <inbrain2> ... <atlas> <transform file> <output1> <output2> ...

Arguments

Positional Arguments

inbrain1

input volume

inbrain2

input volume

atlas

atlas file in gca format

xform

tranform file in lta format

output1

output volume

output2

output volume

Required Flagged Arguments

None

Optional Flagged Arguments

-mask

specifies volume to use as mask

-p

specifies the percentage of likely wm to use as control points, the default setting is 50%

Outputs

outvol

output volume in either mgh or mgz format

Description

description

Examples

Example 1

mri_ca_normalize -mask -p 0.25 subject1/mri/brain subject1/mri/nu single_one.gca subject1/mri/transforms/talairach_one.lta subject1/mri/norm_one.mgh

Bugs

None

See Also

othercommand1, othercommand2

Links

FreeSurfer, FsFast

Methods Description

??

References

References/Lastname###

Reporting Bugs

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

Author/s

BruceFischl

mri_ca_normalize (last edited 2008-04-29 11:45:14 by localhost)