#ifndef __STRUCT_TAC_IN_H__ #define __STRUCT_TAC_IN_H__ #include "constants.h" typedef struct TAC_t { char label[MAXLEN]; char subject[MAXLEN]; char scan[MAXLEN]; char comment[MAXLEN]; double admAct; char inTacsFile[MAXLEN]; int nROIs; double tMax; char ROIs[MAXROIS][MAXLEN]; double area[MAXROIS]; double X[MAXROIS]; double sv_start; int n60Frames; int num300; int nSamples; int nFrames; double T0; double s; int MAT; double sliceThickness; double inFileTime[MAXLEN]; } TAC_t; #endif