/**
\mainpage libtpcidi 0.3.5 (c) 2012,2013 by Turku PET Centre, University of Turku
\section readme Readme
<pre>

libtpcidi 0.3.5 (c) 2012,2013 by Turku PET Centre, University of Turku

Build Sep 29 2013 13:17:37


Image-Derived Input (IDI) 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

Description
--------------------------------------------------------------------------

The libtpcidi library contains several methods for processing PET image
data, to retrieve input function for modelling 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 **

circle.c        - Simulating circular mask image.
heart.c         - Simulating simple PET image of heart.
heartcor.c      - Spill-over correction of heart data.
mask.c          - Extracting TACs from image based on mask.
peak.c          - Searching for peak in PET image.
recovery.c      - Computing recovery coefficient in PET image.
vessel.c        - Simulating PET image of vessel.
libtpcidi.c     - Functions for running tests on libtpcidi.
libtpcidiv.c    - Functions for printing information on this library.

Using the library
--------------------------------------------------------------------------

The program that uses the library should include the .h file it needs.
Example 1:
    \#include <idi.h>  // includes all library functions

libtpcidi is dependent on other TPC libraries:
    libtpcmisc, libtpcimgio, libtpcimgp, libtpccurveio,
    libtpcmodel, libtpcmodext, libtpcsvg.

Example:
    gcc myprog.c -ltpcidi -ltpcmodext -ltpcmodel -ltpcimgp -ltpcimgio 
                 -ltpccurveio -ltpcsvg -lm


</pre> 
 */
