Go to the source code of this file.
|
| UnifiedEcatInfo * | EcatOpen (char *fname, char *mode) |
| |
| int | EcatClose (UnifiedEcatInfo *uei) |
| |
| int | EcatVersion (char *fname) |
| |
| int | EcatUeiCopy (UnifiedEcatInfo *uei_in, UnifiedEcatInfo *uei_out) |
| |
| float * | EcatReadVolume_FLOAT (UnifiedEcatInfo *uei, int t) |
| |
| short * | EcatReadVolume_S16 (UnifiedEcatInfo *uei, int t) |
| |
| int | EcatWriteVolume_FLOAT (UnifiedEcatInfo *uei, float *volume, int t) |
| |
| int | EcatWriteVolume_S16 (UnifiedEcatInfo *uei, short *volume, int t) |
| |
| void | EcatSinoFree (UnifiedEcatSinoInfo *uesi) |
| |
| UnifiedEcatSinoInfo * | EcatSinoOpen (char *fname, char *mode) |
| |
| int | EcatSinoClose (UnifiedEcatSinoInfo *uesi) |
| |
| short * | EcatSinoRead_S16 (UnifiedEcatSinoInfo *uesi, int segment, int bed, int gate, int frame) |
| |
| float * | EcatSinoRead_FLOAT (UnifiedEcatSinoInfo *uesi, int segment, int bed, int gate, int frame) |
| |
| int | EcatWriteSino_S16 (UnifiedEcatSinoInfo *uesi, short indata[], int segment, int bed, int gate, int frame) |
| |
| int | EcatWriteSino_FLOAT (UnifiedEcatSinoInfo *uesi, float indata[], int segment, int bed, int gate, int frame) |
| |
◆ EcatCalib
Value:
Definition at line 210 of file io.h.
◆ EcatCalibUnit
| #define EcatCalibUnit |
( |
| u | ) |
|
Value:
Definition at line 219 of file io.h.
◆ EcatDataCalibrated
| #define EcatDataCalibrated |
( |
| u | ) |
|
Value:
Definition at line 221 of file io.h.
◆ EcatFileType
| #define EcatFileType |
( |
| u | ) |
|
Value:
Definition at line 223 of file io.h.
◆ EcatFramed
Value:
Definition at line 216 of file io.h.
◆ EcatGated
Value:
Definition at line 217 of file io.h.
◆ EcatProcCode
| #define EcatProcCode |
( |
| u | ) |
|
Value:
Definition at line 222 of file io.h.
◆ EcatRadiopharmaceutical
| #define EcatRadiopharmaceutical |
( |
| u | ) |
|
Value:((u)->radiopharmaceutical)
Definition at line 220 of file io.h.
◆ EcatRealFrameGate
| #define EcatRealFrameGate |
( |
| u, |
|
|
| n ) |
Value:*((u)->rawlist + *((u)->sortuniqlist + (n)))
Definition at line 215 of file io.h.
◆ EcatSizeT
Value:
Definition at line 204 of file io.h.
◆ EcatSizeX
Value:
Definition at line 201 of file io.h.
◆ EcatSizeY
Value:
Definition at line 202 of file io.h.
◆ EcatSizeZ
Value:
Definition at line 203 of file io.h.
◆ EcatVolDurTime
| #define EcatVolDurTime |
( |
| u, |
|
|
| n ) |
Value:*((u)->duration_time + *((u)->sortuniqlist +(n)) )
Definition at line 214 of file io.h.
◆ EcatVolScale
| #define EcatVolScale |
( |
| u, |
|
|
| n ) |
Value:*((u)->scale + *((u)->sortuniqlist +(n)) )
Definition at line 212 of file io.h.
◆ EcatVolStartTime
| #define EcatVolStartTime |
( |
| u, |
|
|
| n ) |
Value:*((u)->start_time + *((u)->sortuniqlist +(n)))
Definition at line 213 of file io.h.
◆ EcatVoxSizeT
| #define EcatVoxSizeT |
( |
| u | ) |
|
Value:
Definition at line 208 of file io.h.
◆ EcatVoxSizeX
| #define EcatVoxSizeX |
( |
| u | ) |
|
Value:
Definition at line 205 of file io.h.
◆ EcatVoxSizeY
| #define EcatVoxSizeY |
( |
| u | ) |
|
Value:
Definition at line 206 of file io.h.
◆ EcatVoxSizeZ
| #define EcatVoxSizeZ |
( |
| u | ) |
|
Value:
Definition at line 207 of file io.h.
◆ V72
Definition at line 71 of file io.h.
◆ EcatClose()
◆ EcatOpen()
◆ EcatReadVolume_FLOAT()
◆ EcatReadVolume_S16()
◆ EcatSinoClose()
◆ EcatSinoFree()
◆ EcatSinoOpen()
◆ EcatSinoRead_FLOAT()
| float * EcatSinoRead_FLOAT |
( |
UnifiedEcatSinoInfo * | uesi, |
|
|
int | segment, |
|
|
int | bed, |
|
|
int | gate, |
|
|
int | frame ) |
◆ EcatSinoRead_S16()
| short * EcatSinoRead_S16 |
( |
UnifiedEcatSinoInfo * | uesi, |
|
|
int | segment, |
|
|
int | bed, |
|
|
int | gate, |
|
|
int | frame ) |
◆ EcatUeiCopy()
◆ EcatVersion()
| int EcatVersion |
( |
char * | fname | ) |
|
◆ EcatWriteSino_FLOAT()
| int EcatWriteSino_FLOAT |
( |
UnifiedEcatSinoInfo * | uesi, |
|
|
float | indata[], |
|
|
int | segment, |
|
|
int | bed, |
|
|
int | gate, |
|
|
int | frame ) |
◆ EcatWriteSino_S16()
| int EcatWriteSino_S16 |
( |
UnifiedEcatSinoInfo * | uesi, |
|
|
short | indata[], |
|
|
int | segment, |
|
|
int | bed, |
|
|
int | gate, |
|
|
int | frame ) |
◆ EcatWriteVolume_FLOAT()
◆ EcatWriteVolume_S16()