|
TPCCLIB
|
Convert NIfTI-1 PET image to ECAT 7 format. More...
Go to the source code of this file.
Functions | |
| int | imgNiftiToEcat (char *dbname, char *ecatfile, int scanner_type, float zoom, int verbose) |
Convert NIfTI-1 PET image to ECAT 7 format.
Definition in file nii2ecat.c.
| int imgNiftiToEcat | ( | char * | dbname, |
| char * | ecatfile, | ||
| int | scanner_type, | ||
| float | zoom, | ||
| int | verbose ) |
Read NIfTI-1 image database and write ECAT7 image frame-by-frame
| dbname | NIfTI database name |
| ecatfile | ECAT image filename, output extension must be .v |
| scanner_type | Scanner type, 0 if not set |
| zoom | recon_zoom, 0.0 or 1.0, if not known |
| verbose | Verbose level; if zero, then nothing is printed to stderr or stdout |
Definition at line 305 of file nii2ecat.c.