Teem 1.10.0
src/ten/tendSim.c File Reference
#include "ten.h"
#include "privateTen.h"
Include dependency graph for tendSim.c:

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 Documentation

#define INFO   "Simulate DW images from a tensor field"

Function Documentation

int tend_simMain ( int  argc,
char **  argv,
char *  me,
hestParm hparm 
)

Variable Documentation

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 }