ctivax 1.1 © 2002,2003 by Turku PET Centre
Converts CTI ECAT 6.3 file contents to/from VAX format.
This program can be used to make CTI ECAT files compatible with (old)
ImageTool and reconstruction programs.
Usage: ctivax <VAX|i386> <CTI ECAT 6.3 input file> <Output file>
When 'VAX' is given as the first argument, data is converted to VAX format.
data_type SUN_I2 -> VAX_I2
data_type SUN_I4 -> VAX_I2
data_type IEEE_R4 -> VAX_I2
When 'i386' is given as the first argument, data is converted to i386 format.
data_type VAX_I2 -> SUN_I2
data_type VAX_I4 -> SUN_I4
data_type VAX_R4 -> IEEE_R4