FLIMLib

An exponential curve fitting library used for Fluorescent Lifetime Imaging (FLIM).

Source » TRI2 » ImageJ »

FLIMLib is developed by Paul Barber and the Advanced Technology Group at the Oxford Institute for Radiation Oncology, University of Oxford, as well as the Laboratory for Optical and Computational Instrumentation (LOCI) at the University of Wisconsin-Madison. FLIMLib is used for FLIM functionality in the Time Resolved Imaging (TRI2) software, as well as in the FLIMJ plugin for ImageJ.

FLIMLib is an open source project licensed under the GNU General Public License v3 or later.

The FLIMLib library code is written in C89 compatible C and is thread-safe for fitting multiple pixels concurrently. A Java interface FLIMLib.java (generated by SWIG) is provided to call the library from Java code, used by the FLIMJ plugin for ImageJ.

See the code » TRI2

TRI2 is a Windows application that uses FLIMLib to analyze fluorescence lifetime microscopy (FLIM) data.

Originally named 'Time Resolved Imaging', TRI2 not only incorporates processing for time-domain FLIM data but also for RGB spectral unmixing, foci counting and other batch processing, formatting, printing and export functions. It's all built on a 'workspace' framework to make it easier to try out different processing functions on images.

The time-resolved image processing functions still remain the core of the program and Levenberg-Marquardt fitting routines are implemented for multiple lifetime extraction. Novel Bayesian functions are under development.

The core fitting routines from TRI2 are now open source in the FLIMLib library. These include RLD, Levenberg-Marquardt, non-negative least squares and Bayesian.

Read more » SLIM Curve plugin

The FLIMJ plugin for ImageJ provides the ability to analyze FLIM data within ImageJ, using the FLIMLib library. The plugin can be installed into the Fiji distribution of ImageJ simply by enabling the FLIMJ update site. Features include:

Read more »