ecat2nii - tpcclib 0.8.0 © 2023 by Turku PET Centre

Converts PET images from ECAT 6.3 or 7 to NIfTI-1 format.
Conversion can also be done using ImageConverter (.NET application).
 
Image byte order is determined by the computer where the program is run.
NIfTI image format does not contain information on the frame times.
Frame times can be retrieved from SIF file, which can be created optionally.
SIF can also be created later using other software.
 
Usage: ecat2nii [Options] ecatfile(s)
 
Options:
 -O=<output path>
     Data directory for NIfTI files, if other than the current working path.
 -dual
     Save the image in dual file format (the header and voxel data in
     separate files *.hdr and *.img); single file format (*.nii)
     is the default.
 -sif
     SIF is saved with NIfTI; note that existing SIF will be overwritten.
 -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.
 
Example:
  ecat2nii *.v
 
See also: nii2ecat, nii_lhdr, ecat2ana, eframe, img2flat
 
Keywords: image, format conversion, ECAT, NIfTI