TPClib 0.8.0.0, Turku PET Centre 2008

TPClib (Turku PET Centre library) software is for general image processing 
and modelling that is related to medical imaging (PET, MRI etc.).
    H. Merisaari, K. Liukko, V. Oikonen,
    "Definitions For PET Data Classes in Object-Oriented C# Library",
    oral presentation in XI TurkuPET Symposium 24-27 may, 2008

Implementation: The library is written entirely with C# (managed in .NET framework,
including openDicom library that has modified version used in this library).
The project is tested to compile with Visual Studio 2008 IDE. The source
files should compile also with Mono C# compiler (free C# compiler, www.mono-project.com)
although this is not tested yet.

Documentation: The library is documented with IDE, including
comments for each class, method and parameter. Some occasional
documentation might be missing and will be added (when found)
to next version.

Testing: The library has been tested with automatic unit-testing tool. Note that
the tests contain input data that is not supplied with this distribution,
so some tests may not pass.

The library is developed in Turku PET Center.
For further information on software use e-mail:
harri <dot> merisaari <at> utu <dot> fi

Main contents:

Files:

 Doxyfile              doxygen (free source code documentation generator tool, www.doxygen.org)
                       configuration file for automatic generation of html pages, pdf etc.

 TPClib.csproj         Visual Studio 2008 (commercial IDE) project file

 TPClib.nunit          configuration file for NUnit
                       (free unit-testing framework for all .Net languages, www.nunit.org)

Directories:

 Curve                 TPClib.Curve source files

 Image                 TPClib.Image source files

 Model                 TPClib.Model source files

 ROI                   TPClib.ROI source files

 Resources             Visual Studio 2008 resource files, including DICOM tags and UIDs in
                       ASCII files.

 bin                   binaries (in Release subdirectory)

 html                  doxygen generated html documentation

 openDicom             modified openDicom (free DICOM I/O library for C#, http://opendicom.sourceforge.net)
                       source files, which are used by TPClb.Image.DicomFile
