Content-type: text/html Manpage of imagestats

imagestats

Section: User Commands (1)
Index Return to Main Contents

 

NAME

imagestats - Does statistics on 3D images

 

SYNOPSIS

imagestats -stat <stat> -outputroot <root> -images <image1 image2 ... >

 

DESCRIPTION

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).

 

AUTHORS

Philip Cook <camino@cs.ucl.ac.uk>

 

SEE ALSO

procstreamlines(1)

 

BUGS


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
OPTIONS
AUTHORS
SEE ALSO
BUGS

This document was created by man2html, using the manual pages.
Time: 02:07:11 GMT, December 04, 2017