#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Estimate tensors from a set of DW images" |
Functions | |
int | tend_estimThresholdFind (double *threshP, Nrrd *nbmat, Nrrd *nin4d) |
int | tend_estimMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
char * | _tend_estimInfoL |
unrrduCmd | tend_estimCmd = { "estim", INFO, tend_estimMain } |
#define INFO "Estimate tensors from a set of DW images" |
int tend_estimMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_estimInfoL |
Initial value:
(INFO ". The tensor coefficient weightings associated with " "each of the DWIs, the B-matrix, is given either as a seperate array, " "(see \"tend bmat\" usage info for details), or by the key-value pairs " "in the DWI nrrd header. A \"confidence\" value is computed with the " "tensor, based on a soft thresholding of the sum of all the DWIs, " "according to the threshold and softness parameters. ")
unrrduCmd tend_estimCmd = { "estim", INFO, tend_estimMain } |