dftinteg 0.1.3 © 2007-2013 by Turku PET Centre
Calculation of an AUC (integral over time) from regional or plasma TACs.
Usage:
dftinteg [Options] <DFT file> <Start time> <Integration time> <AUC file>
Enter the start time and integration time in the same units that are in
the DFT file. Note that 3rd argument is not the integration end time.
Program will automatically set the integration start time and duration
based on the time range in the TAC file, if both are set to zero.
AUC/mean is by default written in DFT format, or in RES format if filename
has extension .res.
Options:
-avg
Average during specified range is calculated instead of AUC
-h or --help
Print this message and exit
--build
Print software build information and exit
--silent
Program works silently, printing only error and warning messages
--verbose
Program prints more information about what it is doing.
Example 1: calculate AUC(32-302) with command
dftinteg s5998dy1.dft 32 270 s5998int.dft
Example 2: integrate the regional TACs from a static or dynamic study
from the start time of the first frame to the end of the last frame:
dftinteg a773dy1.dft 0 0 a773int.dft
Example 3: mean between 0 and 10 is calculated and saved in result format:
dftinteg -avg ec4568.dft 0 10 ec4568_mean0-10.res
See also:
interpol,
dftratio,
dftsuv,
regfur,
dftunit,
imginteg,
dftlevel
Keywords: DFT, modelling, AUC, autoradiography
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under GNU General Public License.