-
Notifications
You must be signed in to change notification settings - Fork 1
Statis
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
This utility allows you to compute the mean and standard deviation of several images or several volumes. The result is stored in two files called[fn_root].med.xmp
,[fn_root].sig.xmp
(in the case of images) and[fn_root].med.vol
,[fn_root].sig.vol
(in the case of volumes). Notice that [fn_root] is the first part of the input sel filename
$ average -i [selfile in] ...
Parameters
- `` Compute the mean and standard deviation of a bunch of files, they can be either volumes or images
- `` The default is to apply the transformation stored in the header of 2D images. Use tjis to switch it off
Compute the mean and standard deviation of a selfile
$ average -i g0ta.sel
The result is stored ing0ta.med.xmp
andg0ta.sig.xmp
.
--Main.AlfredoSolano - 22 Jan 2007