#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Converts a 7-value DT volume to a 9-value DT volume" |
Functions | |
int | tend_expandMain (int argc, char **argv, char *me, hestParm *hparm) |
TEND_CMD (expand, INFO) | |
Variables | |
char * | _tend_expandInfoL |
#define INFO "Converts a 7-value DT volume to a 9-value DT volume" |
TEND_CMD | ( | expand | , | |
INFO | ||||
) |
int tend_expandMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_expandInfoL |
Initial value:
(INFO ". The 7-value tensor is confidence value followed by the unique " "tensor components (Dxx, Dxy, Dxz, Dyy, Dyz, Dzz). The 9-value tensor " "is the full matrix (Dxx, Dxy, Dxz, Dxy, Dyy, Dyz, Dxz, Dyz, Dzz), " "which is set to all zeros when the confidence is below the given " "threshold.")