This program computes voxelwise statistics on a series of 3D images. The images must be
in the same space; the operation is performed voxelwise and one output is produced per
voxel.
EXAMPLES
Get the mean of some connection probability images matching cp*.nii.gz
imagestats -operation mean -outputroot mean_cp -images cp*.nii.gz
OPTIONS
-images <mage1> <mage2> ...
List of images to process. They must be in the same space and have the same dimensions.
-outputdatatype <type>
A Camino data type string, default is "float". Type must be signed.
-outputroot <file>
File root for the output. The extension will be determined from the input.
-stat <stat>
The statistic to compute: min, max, mean, median, sum, std (standard deviation), or var
(variance).