LifeFit Documentation

What is LifeFit

LifeFit is a Python package to analyze time-correlated single-photon counting (TCSPC) data sets, namely fluorescence lifetime and time-resolve anisotropy decays.

Webserver

You can run LifeFit directly in your browser: https://tcspc-lifefit.herokuapp.com/

Installation

There are different options how to install LifeFit.

Conda

Install the package into your conda environment

conda install -c fdsteffen lifefit

PyPI

Alternatively, you can install the latest release of with pip

pip install lifefit

Install from source

Finally, you can also get the latest development version directly from Github

pip install git+https://github.com/fdsteffen/Lifefit.git

Dependencies

Lifefit depends on the following Python packages:

  • numpy
  • scipy
  • uncertainties

Tutorial

For an introduction into the functionality of LifeFit visit the tutorial. The Jupyter Notebook can be downloaded here.

Bug reports

Please report any bugs via the issue tracker on Github.