#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Apply an anisotropy metric to a DT volume" |
Functions | |
int | tend_anvolMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
char * | _tend_anvolInfoL |
unrrduCmd | tend_anvolCmd = { "anvol", INFO, tend_anvolMain } |
#define INFO "Apply an anisotropy metric to a DT volume" |
int tend_anvolMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_anvolInfoL |
Initial value:
(INFO ". The anisotropy value will be zero in the locations which " "don't meet the given confidence threshold.")
unrrduCmd tend_anvolCmd = { "anvol", INFO, tend_anvolMain } |