|
Man /
TractstatsContent-type: text/html tractstatsSection: User Commands (1)Index Return to Main Contents NAMEtractstats - Computes statistics from streamline tracts.SYNOPSIStractstats [options]DESCRIPTIONThis program computes statistics from streamline tracts, either using the tracts themselves or using the values of a scalar image along the streamline. TRACT SCALAR STATISTICSTract scalar statistics are computed by evaluating a scalar image along the length of the streamline, and returning some function of the scalar values. The scalar image should be defined in the same space as the streamlines. Some definitions
The tract statistic may be either the mean, sum, minimum, maximum, median, or variance of S(T), the values at each point along the streamline. The option "meanvar" returns both the mean and variance. Interpolation in the context of this program means linearly interpolating the image data. The image intensity is evaluated at each point in T. The assumption here is that the points on T are approximately evenly sampled. If T was defined using a fixed step size algorithm (-interpolated passed to track) then the distance between points will be equal, which is optimum for estimating the mean image value along T. If the step size is variable, for example in FACT, then the points on T are not evenly sampled, which introduces a bias. Resampling to a smaller step size in procstreamlines will reduce this bias (which may be small to begin with). NON IMAGE-BASED STATISTICSNon image-based statistics use information embedded in the streamlines themselves. Currently, this includes "length", the path length along the streamline, and "enspointsep", the euclidean distance between the streamline end points. OUTPUTThe output is the tract statistic for each streamline sent to the image, in the order in which they are read from the input. EXAMPLESTrack in an ROI and get the mean FA along each tract.
Get the minimum mean diffusivity along the tracts
OPTIONS
AUTHORSPhilip Cook <camino@cs.ucl.ac.uk>SEE ALSOtractstatimage(1), track(1), procstreamlines(1)BUGS
Index
This document was created by man2html, using the manual pages. Time: 02:07:11 GMT, December 04, 2017 |