dftscale 0.2.2 © 2006-2009 by Turku PET Centre
Adjust two TACs into the same level to make visual comparison easier,
or adjust the TAC peak to specified value.
Datafiles must contain only one TAC.
Usage 1: dftscale [Options] <Datafile1> <Datafile2> <Scaled datafile2>
Usage 2: dftscale [Options] <New peak value> <Datafile> <Scaled datafile>
Options:
-h or --help
Print this message and exit
--version or --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.
The procedure for adjusting one TAC to another is:
1. interpolate data2 to sample times in data1
2. calculate AUC1 and AUC2 between first and last sample time
3. calculate the scale factor as AUC1/AUC2
4. multiply data2 with the scale factor, and save the file.
The procedure for adjusting TAC peak is:
1. find the maximum TAC value
2. calculate the scale factor as peak/maximum
3. multiply data with the scale factor, and save the file.
See also:
dftcalc,
dftsuv,
dftsums,
dfteven,
dftavg,
dftmax,
dft2svg
Keywords: modelling, simulation, input
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under GNU General Public License.