2\mainpage libtpcimgio 1.5.10 (c) 2005-2011 by Turku PET Centre
6libtpcimgio 1.5.10 (c) 2005-2011 by Turku PET Centre
8Build Feb 4 2011 16:23:52
12-------------------------------------------------------------------------------
17Libtpcimgio is distributed under the GNU Lesser General Public Licence
18http://www.gnu.org/licenses/lgpl.html
19More information on open source licences: http://www.opensource.org/
22-------------------------------------------------------------------------------
24The libtpcimgio library is a collection of commonly used C files in Turku PET Centre
25for image file input and output procedures. Libtpcimgio library supports Analyze 7.5,
26Ecat 6.x, Ecat 7.x and partly interfile formats.
29-------------------------------------------------------------------------------
31include/ - Includes all the header files for the .c files
33Makefile - The makefile
37analyze.c - reading and writing Analyze 7.5 image files.
39ecat63ml.c - Procedures for ECAT 6.3 matrix list.
41ecat63p.c - Printing ECAT 6.3 headers.
43ecat63r.c - Reading ECAT 6.3 files.
45ecat63w.c - Writing ECAT 6.3 files.
47ecat7ml.c - Procedures for ECAT 7.x matrix list.
49ecat7p.c - Printing ECAT 7.x headers.
51ecat7h.c - Edit ECAT 7.x headers.
53ecat7r.c - Reading ECAT 7.x files.
55ecat7w.c - Writing ECAT 7.x files.
57img.c - Procedures for 4D image data (common to all image file formats).
59img_ana.c - Subprocedures for reading/writing Analyze 7.5 files to/from IMG.
61img_e63.c - Subprocedures for reading/writing ECAT 6.3 files to/from IMG.
63img_e7.c - Subprocedures for reading/writing ECAT 7 files to/from IMG.
65imgdecay.c - Decay correction, isotope codes, and half-lives.
67imgfile.c - Main procedures for IMG read/write.
69imgmax.c - Procedures for searching IMG min and max value.
71imgunit.c - Procedures for working with IMG calibration unit.
73interfile.c - Reading Interfile headers.
75micropet.c - Reading Inveon images.
77sif.c - Routines for Scan Information Files (SIF).
79sifio.c - Functions for reading and writing SIF format files.
81vol.c - Procedures for 3D image volume data (no time information).
83weight.c - Functions for setting weight factors based on SIF.
85libtpcimgio.c - Program for printing Readme and History information, and for
86 testing the library functions.
88libtpcimgiov.c- Version information for this library.
92-------------------------------------------------------------------------------
94The program that uses the library should include the .h file it needs.
98libtpcimgio depends on libtpcmisc.
100 gcc myprog.c -ltpcimgio -ltpcmisc