My Project
Data Fields
SIF Struct Reference

#include <sif.h>

Collaboration diagram for SIF:
Collaboration graph

Data Fields

time_t scantime
 
int frameNr
 
int colNr
 
int version
 
char studynr [11]
 
char isotope_name [8]
 
double * x1
 
double * x2
 
double * prompts
 
double * randoms
 
double * trues
 
double * weights
 

Detailed Description

Scan Information File Data structure

Definition at line 36 of file sif.h.

Field Documentation

◆ colNr

int SIF::colNr

Number of columns (usually 4)

Definition at line 42 of file sif.h.

Referenced by imgGetMicropetSIF(), sifEmpty(), sifInit(), sifRead(), and sifWrite().

◆ frameNr

int SIF::frameNr

◆ isotope_name

char SIF::isotope_name[8]

String representation of the isotope

Definition at line 48 of file sif.h.

Referenced by imgGetMicropetSIF(), imgReadAnalyze(), imgReadAnalyzeHeader(), sifEmpty(), sifPrint(), sifRead(), and sifWrite().

◆ prompts

double* SIF::prompts

◆ randoms

double* SIF::randoms

◆ scantime

time_t SIF::scantime

Scan time

Definition at line 38 of file sif.h.

Referenced by imgGetMicropetSIF(), imgReadAnalyze(), imgReadAnalyzeHeader(), sifEmpty(), sifPrint(), sifRead(), and sifWrite().

◆ studynr

char SIF::studynr[11]

Studynumber

Definition at line 46 of file sif.h.

Referenced by imgReadAnalyzeHeader(), sifEmpty(), sifRead(), and sifWrite().

◆ trues

double* SIF::trues

Trues = Prompts-randoms, but at least 1

Definition at line 58 of file sif.h.

Referenced by imgGetMicropetSIF(), sifEmpty(), sifModerate(), sifPrint(), sifRead(), sifSetmem(), and sifWeight().

◆ version

int SIF::version

SIF version

Definition at line 44 of file sif.h.

Referenced by imgGetMicropetSIF(), sifEmpty(), sifRead(), and sifWrite().

◆ weights

double* SIF::weights

Weights = (Frame duration)^2 / trues

Definition at line 60 of file sif.h.

Referenced by sifEmpty(), sifPrint(), sifRead(), sifSetmem(), and sifWeight().

◆ x1

double* SIF::x1

Frame start time (sec)

Definition at line 50 of file sif.h.

Referenced by imgGetMicropetSIF(), imgReadAnalyze(), imgReadAnalyzeFrame(), sifEmpty(), sifPrint(), sifRead(), sifSetmem(), sifWeight(), and sifWrite().

◆ x2

double* SIF::x2

Frame end time (sec)

Definition at line 52 of file sif.h.

Referenced by imgGetMicropetSIF(), imgReadAnalyze(), imgReadAnalyzeFrame(), sifEmpty(), sifPrint(), sifRead(), sifSetmem(), sifWeight(), and sifWrite().


The documentation for this struct was generated from the following file: