e63to7 0.9.7 © 2003-2012 by Turku PET Centre
Convert an ECAT 6.3 image or sinogram file to ECAT 7 format volume image
or 3D sinogram.
Usage: e63to7 [Options] <ECAT 6.3 file> [ECAT 7 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 or --help
Print this message and exit
--version or --build
Print software build information and exit
--verbose
Program prints more information about what it is doing
--silent
Program works silently, printing only warnings and error messages.
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,
ecat2ana,
ecat2flo,
ecatadd,
esplit,
ecatunit
Keywords: image, ECAT, tool, modelling, file format conversion
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under GNU General Public License.