e7to63 - tpcclib 0.8.0 © 2023 by Turku PET Centre

Converting PET sinogram or image volume file in ECAT 7.x format to ECAT 6.3
format.
 
Usage: e7to63 [Options] ECAT7_file [ECAT6_file]
 
Options:
 -C=<o|k>
     Image calibration unit is changed from Bq/mL or MBq/mL to
     kBq/mL (k, default), or the original unit is preserved (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 ECAT6 file
     e7to63 is02345.v
2. Convert one image, give a specific name to the ECAT6 file
     e7to63 is02345.v is2345dy1.img
3. Convert all images in current working directory in Windows command shell
     for %g in (*.v) do e7to63 %g
 
See also: e63to7, lmlist, ecat2ana, img2flat, imgadd, esplit
 
Keywords: image, ECAT, format conversion