Readme
libtpccurveio 2.0.1 (c) 2004-2011 by Turku PET Centre
Build Jan 10 2012 17:11:55
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.
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