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

libtpcpar 0.0.1 (c) 2013 by Turku PET Centre, University of Turku

Build Sep  2 2013 16:21:51


PET model parameter (PAR) 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 libtpcpar 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 **

pario.c         - I/O functions for parameter files.
libtpcpar.c     - Functions for running tests on libtpcpar.
libtpcparv.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 <par.h>  // includes all library functions

libtpcpar is dependent on the following TPC libraries:
    libtpcmisc, libtpccurveio

Example:
    gcc myprog.c -ltpcpar -ltpccurveio -ltpcmisc -lm


</pre> 
 */
