/**
\mainpage libtpccurveio 2.4.10 (c) 2004-2014 by Turku PET Centre, University of Turku
\section readme Readme
<pre>

libtpccurveio 2.4.10 (c) 2004-2014 by Turku PET Centre, University of Turku

Build Jul 10 2014 15:18:52


PET time-activity curve IO library
--------------------------------------------------------------------------

Library is distributed under the GNU Lesser General Public Licence
http://www.turkupetcentre.net/software/lgpl-license.html
More information on open source licences: http://www.opensource.org

Contents
--------------------------------------------------------------------------

include/         - Includes all the header files for the .c files
Makefile         - The makefile

** .c files **

cpt.c            - Functions for reading and writing CPT files.
csv.c            - Functions for reading and writing CSV files.
dft.c            - Working with DFT (TAC) data structure.
dftdecay.c       - Decay correction for TAC data.
dftio.c          - Reading and writing DFT (TAC) files.
dftres.c         - Setting up RES (results) based on DFT (TAC data).
dftunit.c        - Calibration and time units processing for DFT files.
idwc.c           - Functions for reading and writing IDWC TAC files.
if.c             - Functions for reading and writing IF TAC files.
mathfunc.c       - Functions for FIT files and mathematical functions.
ncifile.c        - Support previous TAC format (*.roi.kbq/*.roi.nci).
petunits.c       - Calibration and time units definitions for PET data.
result.c         - Reading and writing result files.
libtpccurveiov.c - Functions for printing the library information.
libtpccurveio.c  - Program for printing the library information, 
                   and for testing the library functions.
xeleris.c        - Functions for reading and writing GEMS Xeleris TACs.
Using the library
--------------------------------------------------------------------------

The program that uses the library should include the .h file it needs.
Example:        \#include <curveio.h>

                gcc myprog.c -ltpccurveio -lm



</pre> 
 */
