TPCCLIB
|
#include <libtpcimgio.h>
Data Fields | |
time_t | scantime |
int | frameNr |
int | colNr |
int | version |
char | studynr [MAX_STUDYNR_LEN+1] |
char | isotope_name [8] |
double * | x1 |
double * | x2 |
double * | prompts |
double * | randoms |
double * | trues |
double * | weights |
Scan Information File Data structure
Definition at line 1443 of file libtpcimgio.h.
int SIF::colNr |
Number of columns (usually 4)
Definition at line 1449 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifInit(), sifRead(), and sifWrite().
int SIF::frameNr |
Number of frames
Definition at line 1447 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), imgReadAnalyzeFrame(), imgReadModelingData(), imgReadNiftiFrame(), imgWriteAnalyze(), imgWriteNifti(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifExistentCounts(), sifInit(), sifModerateTrues(), sifModerateWeights(), sifPrint(), sifRead(), sifSetmem(), sifWeight(), sifWeightByFrames(), sifWeightNorm(), and sifWrite().
char SIF::isotope_name[8] |
String representation of the isotope
Definition at line 1455 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), imgReadAnalyzeHeader(), imgReadModelingData(), imgReadNiftiHeader(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifPrint(), sifRead(), and sifWrite().
double* SIF::prompts |
Prompts
Definition at line 1461 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), imgReadAnalyzeFrame(), imgReadNiftiFrame(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifExistentCounts(), sifPrint(), sifRead(), sifSetmem(), and sifWrite().
double* SIF::randoms |
Randoms
Definition at line 1463 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), imgReadAnalyzeFrame(), imgReadNiftiFrame(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifExistentCounts(), sifPrint(), sifRead(), sifSetmem(), and sifWrite().
time_t SIF::scantime |
Scan time
Definition at line 1445 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), imgReadAnalyzeHeader(), imgReadNiftiHeader(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifPrint(), sifRead(), and sifWrite().
char SIF::studynr[MAX_STUDYNR_LEN+1] |
Study number
Definition at line 1453 of file libtpcimgio.h.
Referenced by img2sif(), imgReadAnalyzeHeader(), imgReadNiftiHeader(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifRead(), and sifWrite().
double* SIF::trues |
Trues = Prompts-randoms, but at least 1
Definition at line 1465 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), sif2dft(), sifAllocateWithIMG(), sifEmpty(), sifModerateTrues(), sifPrint(), sifRead(), sifSetmem(), sifWeight(), and sifWrite().
int SIF::version |
SIF version
Definition at line 1451 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), sifAllocateWithIMG(), sifEmpty(), sifRead(), and sifWrite().
double* SIF::weights |
Weights = (Frame duration)^2 / trues
Definition at line 1467 of file libtpcimgio.h.
Referenced by img2sif(), imgSetWeights(), sif2dft(), sif2img(), sifEmpty(), sifModerateWeights(), sifPrint(), sifRead(), sifSetmem(), sifWeight(), sifWeightByFrames(), sifWeightNorm(), and sifWrite().
double* SIF::x1 |
Frame start time (sec)
Definition at line 1457 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), imgReadAnalyzeFrame(), imgReadModelingData(), imgReadNiftiFrame(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifPrint(), sifRead(), sifSetmem(), sifWeight(), sifWeightByFrames(), and sifWrite().
double* SIF::x2 |
Frame end time (sec)
Definition at line 1459 of file libtpcimgio.h.
Referenced by img2sif(), imgGetMicropetSIF(), imgReadAnalyzeFrame(), imgReadModelingData(), imgReadNiftiFrame(), sif2dft(), sif2img(), sifAllocateWithIMG(), sifEmpty(), sifPrint(), sifRead(), sifSetmem(), sifWeight(), sifWeightByFrames(), and sifWrite().