Unified Fluorescence Lifetime Imaging (FLI) data processing platform using analytical and deep learning methods.
Project description
pyfli: A Unified Platform for FLI Data Processing
pyfli is a comprehensive library designed for Fluorescence Lifetime Imaging (FLI) data processing. It streamlines the workflow for handling diverse file formats from various hardware manufacturers and provides a standardized pipeline for both traditional analytical and deep-learning-based inference.
Key Features
- Universal Processing Pipeline: Simplifies the handling of multiple FLI file types (ICCD, SPAD, TCSPC).
- Enhanced FLI Simulator: A robust simulation engine adaptable to specific camera hardware parameters and noise models.
- Standardized Inference: Unified interface for time-resolved microscopy and macroscopic FLI data (MFLI).
Supported Data Acquisition Methods
The platform provides native support for several high-end imaging systems:
- ICCD: Intensified Charge-Coupled Device cameras for fast-gated, wide-field imaging.
- SwissSPAD2 & SwissSPAD3: High-speed SPAD (Single-Photon Avalanche Diode) architectures for high-resolution photon counting.
- SPCImage/TCSPC: Standardized processing for Time-Correlated Single Photon Counting microscopy data.
Data Processing & Analysis
pyfli implements industry-standard analytical methods to extract lifetime information:
- Non-linear Least Squares Fitting (NLSF): Robust mathematical approach for exponential decay modeling.
- Phasor Plot Analysis: Graphical, model-free transformation of fluorescence decay into a 2D polar plot for easy species separation.
- Maximum Likelihood Estimation (MLE): Statistical estimator optimized for low-photon regimes.
- Rapid Lifetime Determination (RLD): Computationally efficient method for real-time applications and high-frame-rate data.
- Laguerre Method (LET): Laguerre Expansion Technique for model-free IRF deconvolution followed by multi-exponential lifetime extraction on a per-pixel basis.
Installation
Install the stable version directly from PyPI:
pip install pyfli-lib
For users requiring GPU-based processing, install the optional tensor/AI dependencies:
pip install "pyfli-lib[gpu]"
Quick Start
Even though the package is installed as pyfli-lib, you import it as pyfli in your scripts:
from pyfli import DataOperations
loader = DataOperations(
data_path = "experimental_data.sdt",
irf_path = "instrument_data.txt",
bg_path = "background_data.tif",
mask_path="background_data.png",
)
decay_data = loader.load_data()
irf_data = loader.load_irf()
Repository & Issues
The source code is hosted on GitHub. Please report any bugs or feature requests via the issues tracker.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfli_lib-0.1.0.tar.gz.
File metadata
- Download URL: pyfli_lib-0.1.0.tar.gz
- Upload date:
- Size: 132.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f458a2fa39bd8fbded5179bf7717eacf0bc66e1d5662b97dbc5b961e32f5ea79
|
|
| MD5 |
15abca8c4a360065d5df3e944fcaa44a
|
|
| BLAKE2b-256 |
02850ac17fe0792acd32dae7f36070574140e356f6496f35b63587883ed3110b
|
File details
Details for the file pyfli_lib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyfli_lib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 158.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83a36ba56235d60b08bbbfd52cb3550c72cef7572ec37bc2c012a02c0c6754ea
|
|
| MD5 |
4bb9746bfe28941a6a86eae8112726a8
|
|
| BLAKE2b-256 |
4c39a2ecb50c7038abacf4959ea29b84f4b61cb6f5087befc9cdb6099dbb8fcb
|