Differences between revisions 2 and 19 (spanning 17 versions)
Revision 2 as of 2004-08-26 10:57:16
Size: 1134
Editor: DavidTuch
Comment: touched up
Revision 19 as of 2008-04-29 11:45:52
Size: 3039
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
[[Navigation(children)]] <<Navigation(children)>>
Line 11: Line 11:
[[TableOfContents]] <<TableOfContents>>

Software version described:
 * $Date: 2006/12/29 02:09:07 $
 * $Revision: 1.25 $
 * Use usage or version option to see version you are using
Line 16: Line 21:
= Overview =
Reads data from two or more subjects and creates a template file for volumes. (as opposed to [[mris_make_template]] which makes a template for registering surfaces.)
Line 17: Line 25:
mri_make_template subject1 subject2 ... output mri_make_template [Flagged args] subject1 [subject2...] ouput_template_path
Line 21: Line 29:
|| subject1 || description ||
|| subject2 || description ||
|| output|| description ||
||<^>'''Posn'''||<^> <'''Argname'''> ||<^>'''Description'''||
||<^>1 to last-1||<^> <subject> ||<^>List of one or more subjects to input||
||<^>last||<^> <Out_fname> ||<^>Full path to output template file.||
Line 29: Line 37:
None ||<^>'''Category'''||<^>'''Flag'''||<^> <'''Args'''> ||<^>'''Description'''||
||<^>Input||<^>-open||<^> <open> ||<^>Open input volume {open} times||
||<^>Input||<^>-sdir||<^> <subjects_dir> ||<^>Sets SUBJECTS_DIR instead of default||
||<^>Input||<^>-T1||<^> <T1_name> ||<^>Reads T1 volume from directory T1_name. (Or file, presumably?)||
||<^>Output||<^>-B||<^> <binary_name> ||<^>Generates binary template from {binary_name} volume||
||<^>Output||<^>-novar||<^> ||<^>Disables writing of variance estimates||
||<^>Output||<^>-S,-V||<^> <var_fname> ||<^>Writes variances||
||<^>Output||<^>-statsonly||<^> ||<^>||
||<^>Output||<^>-X||<^> <xform_mean_fname, xform_covariance_fname> ||<^>Writes means and covariances of xforms||
||<^>Algorithm||<^>-binarize||<^> <binarize (int)> ||<^>Binarizes input volume with thresh= binarize||
||<^>Algorithm||<^>-erode||<^> <erode> ||<^>Erodes input volume {erode} times||
||<^>Algorithm||<^>-N||<^> ||<^>Don't use transform on first volume||
||<^>Algorithm||<^>-smooth||<^> <smooth (float)> ||<^>Smooths output with Gaussian sigma= smooth||
||<^>Algorithm||<^>-T||<^> <transform_fname> ||<^>Applies transformation {transform_fname} to each volume||
||<^>Utility||<^>-?,-U||<^> ||<^>Print usage||
||<^>Footer||<^>XXXXXXXXXXXXX||<^> ||<^>||
Line 35: Line 58:
?? Not sure what kind of template this produces, nor what registration is expected upstream from the is program. --GW
Line 52: Line 75:
["mris_make_template"] [[mris_make_template]]
Line 63: Line 86:
["References/Lastname###"] [[References/Lastname###]]
Line 68: Line 91:
= Author/s =
BruceFischl
= Documentation Authors =
BruceFischl, GrahamWideman

Index

Software version described:

  • $Date: 2006/12/29 02:09:07 $
  • $Revision: 1.25 $
  • Use usage or version option to see version you are using

Name

mri_make_template

Overview

Reads data from two or more subjects and creates a template file for volumes. (as opposed to mris_make_template which makes a template for registering surfaces.)

Synopsis

mri_make_template [Flagged args] subject1 [subject2...] ouput_template_path

Arguments

Positional Arguments

Posn

<Argname>

Description

1 to last-1

<subject>

List of one or more subjects to input

last

<Out_fname>

Full path to output template file.

Required Flagged Arguments

None

Optional Flagged Arguments

Category

Flag

<Args>

Description

Input

-open

<open>

Open input volume {open} times

Input

-sdir

<subjects_dir>

Sets SUBJECTS_DIR instead of default

Input

-T1

<T1_name>

Reads T1 volume from directory T1_name. (Or file, presumably?)

Output

-B

<binary_name>

Generates binary template from {binary_name} volume

Output

-novar

Disables writing of variance estimates

Output

-S,-V

<var_fname>

Writes variances

Output

-statsonly

Output

-X

<xform_mean_fname, xform_covariance_fname>

Writes means and covariances of xforms

Algorithm

-binarize

<binarize (int)>

Binarizes input volume with thresh= binarize

Algorithm

-erode

<erode>

Erodes input volume {erode} times

Algorithm

-N

Don't use transform on first volume

Algorithm

-smooth

<smooth (float)>

Smooths output with Gaussian sigma= smooth

Algorithm

-T

<transform_fname>

Applies transformation {transform_fname} to each volume

Utility

-?,-U

Print usage

Footer

XXXXXXXXXXXXX

Outputs

output

??

Description

Not sure what kind of template this produces, nor what registration is expected upstream from the is program. --GW

Examples

Example 1

??

description

Example 2

command foo -i f -o out -f fvalue

description

Bugs

None

See Also

mris_make_template

Links

FreeSurfer, FsFast

Methods Description

??

References

References/Lastname###

Reporting Bugs

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

Documentation Authors

BruceFischl, GrahamWideman

mri_make_template (last edited 2008-04-29 11:45:52 by localhost)