|
TPCCLIB
|
#include <tpctacmod.h>
Data Fields | |
| unsigned int | iNr |
| unsigned int | tNr |
| double | ttac_xmin |
| double | ttac_xmax |
| double | btac_xmin |
| double | btac_xmax |
| double | fitend |
| double | dtmin |
| double | dtmax |
| double | dtstep |
| unsigned int | moveNr |
| TAC | dtac |
| TAC | ditac |
| TAC | diitac |
| TAC | ddtac |
| TAC | dddtac |
| int | mode |
| int | model |
| int | llsq_n |
| int | llsq_m |
| double * | llsq_mat |
| double ** | llsq_a |
| double * | llsq_b |
| double * | llsq_x |
| double * | llsq_wp |
| double * | llsq_zz |
| int * | llsq_i |
Data for tacDelayCMFit. All contents set by tacDelayCMFit().
Definition at line 31 of file tpctacmod.h.
| double DELAYCMFITDATA::btac_xmax |
| double DELAYCMFITDATA::btac_xmin |
| TAC DELAYCMFITDATA::dddtac |
2nd derivate input TACs moved in time, interpolated tissue times, plus the current tissue curve.
Definition at line 68 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| TAC DELAYCMFITDATA::ddtac |
derivate input TACs moved in time, interpolated tissue times, plus the current tissue curve.
Definition at line 65 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| TAC DELAYCMFITDATA::diitac |
input TACs moved in time, interpolated and twice integrated to tissue times, plus the current tissue curve.
Definition at line 62 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| TAC DELAYCMFITDATA::ditac |
input TACs moved in time, interpolated and integrated to tissue times, plus the current tissue curve.
Definition at line 59 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| TAC DELAYCMFITDATA::dtac |
input TACs moved in time and interpolated to tissue times, plus the current tissue curve.
Definition at line 56 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double DELAYCMFITDATA::dtmax |
| double DELAYCMFITDATA::dtmin |
| double DELAYCMFITDATA::dtstep |
| double DELAYCMFITDATA::fitend |
| unsigned int DELAYCMFITDATA::iNr |
Input sample number.
Definition at line 33 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double** DELAYCMFITDATA::llsq_a |
NNLS matrix A.
Definition at line 80 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double* DELAYCMFITDATA::llsq_b |
NNLS vector B.
Definition at line 82 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| int* DELAYCMFITDATA::llsq_i |
NNLS array
Definition at line 90 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| int DELAYCMFITDATA::llsq_m |
LLSQ sample number.
Definition at line 76 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double* DELAYCMFITDATA::llsq_mat |
NNLS data.
Definition at line 78 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| int DELAYCMFITDATA::llsq_n |
LLSQ parameter number.
Definition at line 74 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double* DELAYCMFITDATA::llsq_wp |
NNLS vector.
Definition at line 86 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double* DELAYCMFITDATA::llsq_x |
NNLS vector.
Definition at line 84 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double* DELAYCMFITDATA::llsq_zz |
NNLS vector.
Definition at line 88 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| int DELAYCMFITDATA::mode |
Use integrals (0), derivates (1), or simple integrals (2).
Definition at line 70 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| int DELAYCMFITDATA::model |
Model: 0=r1TCM, 1=i2TCM, 2=r2TCM.
Definition at line 72 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| unsigned int DELAYCMFITDATA::moveNr |
Nr of input TACs moved in time.
Definition at line 53 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| unsigned int DELAYCMFITDATA::tNr |
Used tissue sample number.
Definition at line 35 of file tpctacmod.h.
Referenced by freeDelayCMFitData(), initDelayCMFitData(), and tacDelayCMFit().
| double DELAYCMFITDATA::ttac_xmax |
| double DELAYCMFITDATA::ttac_xmin |