|
TPCCLIB
|
Simple arithmetic calculations on ECAT files. More...
Go to the source code of this file.
Functions | |
| int | ecat7CopyHeadersNoQuant (const char *file1, const char *file2, int verbose) |
Simple arithmetic calculations on ECAT files.
Previous application name ecatcalc.
Definition in file imgcalc.c.
| int ecat7CopyHeadersNoQuant | ( | const char * | file1, |
| const char * | file2, | ||
| int | verbose ) |
Copy ECAT7 header information from one file to another. Quantitative information is not copied. This function should be kept local to application imgcalc, but this may be useful in other programs, if copied/not copied fields are edited.
| file1 | ECAT file FROM which header information is copied |
| file2 | ECAT file IN which header information is copied to |
| verbose | Verbose level |
Definition at line 86 of file imgcalc.c.