#include "ten.h"#include "privateTen.h"

Defines | |
| #define | INFO "Create DT volume from confidence and eigensystem" |
Functions | |
| int | tend_makeMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
| char * | _tend_makeInfoL |
| unrrduCmd | tend_makeCmd = { "make", INFO, tend_makeMain } |
| #define INFO "Create DT volume from confidence and eigensystem" |
| int tend_makeMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _tend_makeInfoL |
Initial value:
(INFO ". The input is in the form of three nrrds, one for confidence " "values (3D), one for eigenvalues (4D, three evals per voxel), and " "one for eigenvectors (4D, nine evec components per voxel).")
| unrrduCmd tend_makeCmd = { "make", INFO, tend_makeMain } |
1.5.6