#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Simulate DW images from a tensor field" |
Functions | |
int | tend_simMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
char * | _tend_simInfoL |
unrrduCmd | tend_simCmd = { "sim", INFO, tend_simMain } |
#define INFO "Simulate DW images from a tensor field" |
int tend_simMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_simInfoL |
Initial value:
(INFO ". The output will be in the same form as the input to \"tend estim\". " "The B-matrices (\"-B\") can be the output from \"tend bmat\", or the " "gradients can be given directly (\"-g\"); one of these is required. " "Note that the input tensor field (\"-i\") is the basis of the output " "per-axis fields and image orientation. NOTE: this includes the " "measurement frame used in the input tensor field, which implies that " "the given gradients or B-matrices are already expressed in that " "measurement frame. ")
unrrduCmd tend_simCmd = { "sim", INFO, tend_simMain } |