Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2004-08-23 14:49:21
Size: 2198
Comment:
Revision 9 as of 2014-07-24 16:24:13
Size: 2078
Editor: LeeTirrell
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
<<Navigation(children)>>
'''Index'''
<<TableOfContents>>
Line 13: Line 17:
mri_average [<options>] [volume 1] [volume 2] ... [volume n] [output volume] mri_average [<options>] vol1 [vol2 ...] outvol
Line 15: Line 19:
= Positional Arguments =
|| [volume 1] || first volume to be averaged ||
|| [volume 2] || second volume to be averaged ||
|| [volume n] || final volume to be averaged ||
|| [output volume]
|| volume resulting from averaging volumes 1 through n ||
= Arguments =
=
= Positional Arguments ==
|| vol1 [vol2 ...]  || volumes to be averaged ||
|| outvol || volume resulting from averaging input volume(s) ||
Line 21: Line 24:
= Required Flagged Arguments =
none
== Required Flagged Arguments ==
None
Line 24: Line 27:
= Optional Flagged Arguments = == Optional Flagged Arguments ==
Line 26: Line 29:
|| -dt [float n] || set dt to n (default=1e-6) ||
|| -tol [float n] || set tol to n (default=1e-5) ||
|| -conform || interpolate volume to be isotropic 1mm^3 ||
|| -dt f || set dt to f (default=1e-6) ||
|| -tol f || set tol to f (default=1e-5) ||
|| -conform || interpolate volume to be isotropic 1mm^3 (this option is on by default)||
Line 30: Line 33:
|| -reduce [int n] || reduce input images n (default=2) times ||
|| -sinc [int n] || using sinc interpolation with windowwidth of 2*n (default=3) ||
|| -reduce n || reduce input images n (default=2) times ||
|| -sinc n || using sinc interpolation with windowwidth of 2*n (default=3) ||
Line 34: Line 37:
|| -w [int n] || write snapshots every n iterations ||
|| -t [x] [y] [z] || translation of second volume ||
|| -r [x] [y] [z] || rotation of second volume around each axis in degrees ||
|| -m [float n] use momentum n (default=0) ||
|| -w n || write snapshots every n iterations ||
|| -t x y z || translation of second volume ||
|| -r x y z || rotation of second volume around each axis in degrees ||
|| -m f || use momentum f (default=0) ||
Line 40: Line 43:
  || -p || percent calculation ||
|| -abs || take absolute value ||
Line 42: Line 47:
|| output volume || volume resulting from averaging volumes 1 through n || || outvol || volume resulting from averaging input volume(s) ||
Line 45: Line 50:
description ??
Line 49: Line 54:
command foo -i f -o out

description
??
Line 54: Line 57:
command foo -i f -o out -f fvalue

description
??
Line 62: Line 63:
["othercommand1"], ["othercommand2"] [[othercommand1]], [[othercommand2]]
Line 65: Line 66:
FreeSurfer, FsFast FreeSurfer
Line 74: Line 75:
["References/Lastname###"] [[References/Lastname###]]
Line 80: Line 81:
JaneSmith BruceFischl

Index

Name

mri_average - averages a number of volumes

Synopsis

mri_average [<options>] vol1 [vol2 ...] outvol

Arguments

Positional Arguments

vol1 [vol2 ...]

volumes to be averaged

outvol

volume resulting from averaging input volume(s)

Required Flagged Arguments

None

Optional Flagged Arguments

-a

rigid alignment of input volumes before averaging

-dt f

set dt to f (default=1e-6)

-tol f

set tol to f (default=1e-5)

-conform

interpolate volume to be isotropic 1mm^3 (this option is on by default)

-noconform

inhibit isotropic volume interpolation

-reduce n

reduce input images n (default=2) times

-sinc n

using sinc interpolation with windowwidth of 2*n (default=3)

-trilinear

use trilinear interpolation

-window

apply hanning window to volumes

-w n

write snapshots every n iterations

-t x y z

translation of second volume

-r x y z

rotation of second volume around each axis in degrees

-m f

use momentum f (default=0)

-a

align volumes before averaging

-u

print usage

-p

percent calculation

-abs

take absolute value

Outputs

outvol

volume resulting from averaging input volume(s)

Description

??

Examples

Example 1

??

Example 2

??

Bugs

None

See Also

othercommand1, othercommand2

Links

FreeSurfer

Methods Description

description
description

References

References/Lastname###

Reporting Bugs

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

Author/s

BruceFischl

mri_average (last edited 2014-07-24 16:24:13 by LeeTirrell)