libtpcmodext 0.6.1 (c) 2007-2011 by Turku PET Centre

Readme

libtpcmodext 0.6.1 (c) 2007-2011 by Turku PET Centre
Build Jan 10 2012 17:12:50
PET Data Preprocessing for Modeling library   
-------------------------------------------------------------------------------
Library is distributed under the GNU Lesser General Public Licence
http://www.turkupetcentre.net/software/lgpl-license.html
Information on open source licences: http://www.opensource.org/
Description
-------------------------------------------------------------------------------
The libtpcmodext library is a collection of C functions
extending the modeling library and serving for preprocessing
positron emission tomography related data before the modeling
at Turku PET Centre.
List of files
-------------------------------------------------------------------------------
Doxyfile        - Doxygen configuration file.
include/        - Includes all the header files for the .c files
Makefile        - The makefile
 .c files **
libtpcmodextv.c - Printing information on this library.
bf.c            - Calculation of basis functions for PET modelling.
cluster.c       - Clustering and segmentation for PET modelling.
dftinput.c      - Reading and preprocessing model input TAC.
dftint.c        - Interpolation and integration for DFT data.
extrapolate.c   - Extrapolation of PET TAC data.
fittime.c       - Checking and setting model fit time.
img_k1.c        - Computation of K1 maps.
img_patlak.c    - Computation of Gjedde-Patlak Ki maps.
misc.c          - Miscellaneous modeling utilities, some of which may
                  may be moved to other libraries later.
mrl.c           - Maximum run length calculation.
plotdata.c      - Creating plots and data for plots.
plotfit.c       - Creating plots of fitted TACs.
units.c         - Checking and setting data units.
weight.c        - Setting weights.
Using the library
-------------------------------------------------------------------------------
The program that uses the library should include the .h file.
Example:
    #include <libtpcmodext.h>
libtpcmodext is independent on other libraries.