STIR Registered Users Area: LMF files
Warning: preliminary
This section contains downloadable files that are currently under
development/testing. Some might come under special license restrictions.
Use at your own risk, and check the mailing lists!
-
A zip file with preliminary code for reading the LMF listmode format.
This code does not work (or even compile without a tiny fix).
Please check the stir-devel mailing list for the current status.
How to use this
- Extract in your STIR subdirectory.
- Create STIR/local/extra_dirs.mk
with the following line
LIBDIRS = local/listmode
-
Edit STIR/local/listmode/CListModeData.cxx
and change read_from_file
to
return new CListModeDataLMF(filename);
-
Check the CListModeDataLMF.* files and edit (obvious holes are marked with
TODO).
- Get the LMF library somehow and build it
-
Rebuild STIR using something like
make BUILD=debug EXTRA_LINKFLAGS="/some/path/libLMF.a" \
EXTRA_CFLAGS="-I/some/path/where/to/find/LMF.h"
Back to registered users' area
Last modified: Fri Nov 4 10:52:48 GMTST 2005