e63to7 - tpcclib 0.8.0 © 2023 by Turku PET Centre

Converting PET image or sinogram in ECAT 6.3 format to ECAT 7 format.
 
Usage: e63to7 [Options] ECAT6_file [ECAT7_file]
 
Options:
 -C=<o|B|M>
     Image calibration unit is changed from kBq/mL to Bq/mL (B, default)
     or MBq/mL (M), or the original unit is not changed (o).
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Examples:
1. Convert one image, let program give name to the ECAT7 file
     e63to7 is02345dy1.img
2. Convert one image, give a specific name to the ECAT7 file
     e63to7 is02345dy1.img is2345.v
3. Convert all images in current working directory in Windows command shell
     for %g in (*.img) do e63to7 %g
 
See also: e7to63, lmlist, ecat2ana, img2flat, imgadd, esplit
 
Keywords: image, ECAT, format conversion