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