|
TPCCLIB
|
BFM for SRTM. More...
#include "tpcclibConfig.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpcextensions.h"#include "tpctac.h"#include "tpccm.h"#include "tpcbfm.h"Go to the source code of this file.
Functions | |
| int | bfmSRTM (double *t, double *cri, const int n, const int bfNr, const double t3min, const double t3max, TAC *bf, TPCSTATUS *status) |
BFM for SRTM.
Definition in file bf_srtm.c.
| int bfmSRTM | ( | double * | t, |
| double * | cri, | ||
| const int | n, | ||
| const int | bfNr, | ||
| const double | t3min, | ||
| const double | t3max, | ||
| TAC * | bf, | ||
| TPCSTATUS * | status ) |
Calculate set of basis functions for SRTM.
| t | Pointer to array containing PET sample (frame middle) times. |
| cri | Pointer to array containing integral of reference tissue input concentration values at each sample time, AUC 0-t. AUC must have been calculated using values that are NOT corrected for decay. |
| n | Nr of samples (array lengths). |
| bfNr | Nr of basis functions to calculate. |
| t3min | Minimum of theta3. |
| t3max | Maximum of theta3. |
| bf | Pointer to output TAC, to be allocated and filled with basis functions in here. |
| status | Pointer to status data; enter NULL if not needed |
Definition at line 26 of file bf_srtm.c.