Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2004-08-23 15:00:58
Size: 2064
Comment: made input volume format consistent with my other commands
Revision 5 as of 2004-08-26 20:12:39
Size: 1980
Editor: DavidTuch
Comment: touched up
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(s)] [output volume] mri_average [<options>] vol1 [vol2 ...] outvol
Line 15: Line 19:
= Positional Arguments =
|| [volume(s)] || volume(s) to be averaged ||
|| [output volume] || volume resulting from averaging input volume(s) ||
= Arguments =
=
= Positional Arguments ==
|| vol1 [vol2 ...]  || volumes to be averaged ||
|| outvol || volume resulting from averaging input volume(s) ||
Line 19: Line 24:
= Required Flagged Arguments =
none
== Required Flagged Arguments ==
None
Line 22: Line 27:
= Optional Flagged Arguments = == Optional Flagged Arguments ==
Line 24: Line 29:
|| -dt [float n] || set dt to n (default=1e-6) ||
|| -tol [float n] || set tol to n (default=1e-5) ||
|| -dt f || set dt to f (default=1e-6) ||
|| -tol f || set tol to f (default=1e-5) ||
Line 28: 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 32: 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 38: Line 43:
 
Line 40: Line 45:
|| output volume || volume resulting from averaging input volume(s) || || outvol || volume resulting from averaging input volume(s) ||
Line 43: Line 48:
description ??
Line 47: Line 52:
command foo -i f -o out

description
??
Line 52: Line 55:
command foo -i f -o out -f fvalue

description
??
Line 63: Line 64:
FreeSurfer, FsFast FreeSurfer
Line 78: Line 79:
JaneSmith BruceFischl

Navigation(children) Index TableOfContents

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

-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

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)