dft2img - tpcclib 0.8.0 © 2023 by Turku PET Centre

Creating a PET image file in ECAT 6 or 7 format, with contents from
the user-specified TAC file. Extension of output image filename (.img or .v)
determines whether ECAT 6 or 7 format is used.
Image area is divided into equally sized rectangles, containing as pixel
values the regional TAC values.
Only one image plane is written to image (z dimension will be 1).
Frame times are written as specified in the TAC file.
 
Usage: dft2img [Options] tacfile imagefile [roifile]
 
If roifile is given, the rectangular regions are saved in it.
Not effective with option -tpl.
 
Options:
 -scanner=<Advance|931|HR+|HRRT>
     Scanner, by default GE Advance.
 -zoom=<zoom>
     Reconstruction zoom factor, minimum and default is 1.41421356.
 -tpl=<filename>
     Image area is not divided into rectangles, but instead the template
     image containing pixel values [1,TAC nr] is used; ROIs are not saved
     with this option.
 -dim=<image dimension>
     Image x,y-size in pixels; default 256; not effective with template.
 -nodecay
     If TAC data is not corrected for decay, use this option; otherwise
     image headers will tell that image is corrected for decay.
 -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.
 
See also: flat2img, imgadd, img2tif, img2dft, tac2nii, pxl2mask, simframe
 
Keywords: image, ECAT, simulation, software testing