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

System type (PET, CT, SPECT, ...)
Defined in sScannerManager.hh. More...

Macros

#define SCANNER_UNKNOWN   -1
 
#define SCANNER_PET   0
 
#define SCANNER_SPECT_PINHOLE   1
 
#define SCANNER_SPECT_CONVERGENT   2
 
#define SCANNER_CT   3
 
#define SCANNER_SINOGRAM   4
 

Detailed Description

System type (PET, CT, SPECT, ...)
Defined in sScannerManager.hh.

Macro Definition Documentation

#define SCANNER_CT   3

Constant corresponding to a CT system (=3)

Definition at line 60 of file sScannerManager.hh.

#define SCANNER_PET   0

Constant corresponding to a PET system (=0)

Definition at line 54 of file sScannerManager.hh.

#define SCANNER_SINOGRAM   4

Constant corresponding to any system whose geometry is defined by sinograms (=4)

Definition at line 62 of file sScannerManager.hh.

#define SCANNER_SPECT_CONVERGENT   2

Constant corresponding to a SPECT system with a convergent/parallel collimator (=2)

Definition at line 58 of file sScannerManager.hh.

#define SCANNER_SPECT_PINHOLE   1

Constant corresponding to a SPECT system with pinhole collimator (=1)

Definition at line 56 of file sScannerManager.hh.

#define SCANNER_UNKNOWN   -1

Constant corresponding to an unknown system (=-1)

Definition at line 52 of file sScannerManager.hh.