CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
GATE system type

Variables related to the system type used in a GATE macro file
Only cylindricalPET, ecat ans SPECThead are supported in this script
Defined in gDataConversionUtilities.hh. More...

Macros

#define GATE_SYS_UNKNOWN   -1
 
#define GATE_SYS_CYLINDRICAL   0
 
#define GATE_SYS_ECAT   1
 
#define GATE_SYS_SPECT   2
 

Detailed Description

Variables related to the system type used in a GATE macro file
Only cylindricalPET, ecat ans SPECThead are supported in this script
Defined in gDataConversionUtilities.hh.

Macro Definition Documentation

#define GATE_SYS_CYLINDRICAL   0

Variable corresponding to a cylindrical PET system (=0)

Definition at line 65 of file gDataConversionUtilities.hh.

#define GATE_SYS_ECAT   1

Variable corresponding to an ecat system (=1)

Definition at line 67 of file gDataConversionUtilities.hh.

#define GATE_SYS_SPECT   2

Variable corresponding to a SPECThead system (=2)

Definition at line 69 of file gDataConversionUtilities.hh.

#define GATE_SYS_UNKNOWN   -1

Variable corresponding to an unknown system (=1, default)

Definition at line 63 of file gDataConversionUtilities.hh.