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

Defines | |
| #define | INFO "Non-linear least-squares fitting of b-value curves" |
Functions | |
| int | tend_bfitMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
| char * | _tend_bfitInfoL |
| unrrduCmd | tend_bfitCmd = { "bfit", INFO, tend_bfitMain } |
| #define INFO "Non-linear least-squares fitting of b-value curves" |
| int tend_bfitMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _tend_bfitInfoL |
Initial value:
(INFO ". Axis 0 is replaced by three values: amp, dec, err, based on a " "non-linear least-squares fit of amp*exp(-b*dec) to the range of DWI " "values along input axis 0, as a function of changing b values. ")
| unrrduCmd tend_bfitCmd = { "bfit", INFO, tend_bfitMain } |
1.5.6