|
TPCCLIB
|
Convert Analyze 7.5 image format to ECAT 6.3 or 7. More...
Go to the source code of this file.
Functions | |
| int | imgAnalyzeToEcat (char *dbname, char *ecatfile, int flipping, int scanner_type, float zoom, int verbose) |
Convert Analyze 7.5 image format to ECAT 6.3 or 7.
Definition in file ana2ecat.c.
| int imgAnalyzeToEcat | ( | char * | dbname, |
| char * | ecatfile, | ||
| int | flipping, | ||
| int | scanner_type, | ||
| float | zoom, | ||
| int | verbose ) |
Read Analyze database and write ECAT image frame-by-frame
| dbname | Analyze database name |
| ecatfile | ECAT image filename, output extension determines the format |
| flipping | Flipping in Z dimension (usually 1=yes) |
| scanner_type | Scanner type, 0 if not set |
| zoom | recon_zoom, 0.0 or 1.0, if not known |
| verbose | Verbose level; if <=0 then nothing is printed in stdout |
Definition at line 355 of file ana2ecat.c.