dftdecay - tpcclib 0.7.2 © 2019 by Turku PET Centre

Correction of PET TAC files for physical decay, or removing decay correction.
 
Usage: dftdecay [Options] tacfile [outputfile]
 
Options:
 -decay=<on|off>
     Correct the data for radioactive decay (on, default), or remove
     decay correction (off).
 -i=<Isotope code>
     If TAC file does not contain the isotope code, it can be specified
     with this option.
 -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 1: remove the correction for physical decay from a F-18 study,
           writing non-corrected data into a new file.
  dftdecay -decay=off -i=F-18 a123ap.dat a123ap_nodecay.dat
 
Example 2: correct the TAC data for radioactive decay, overwriting the data.
  dftdecay -decay=on -i=C-11 ia456dy1.dft
 
See also: tactime, tacframe, tacunit, tacformat, imgdecay, dcftime
 
Keywords: DFT, input, physical decay, simulation, modelling