Python implementation of FLINT algorithm for NMR relaxation data.
This module provides a Python implementation of FLINT, a fast algorithm for estimating 1D/2D NMR relaxation distributions. The algorithm is based on the work of Paul Teal and C. Eccles, who developed an adaptive truncation method for matrix decompositions to efficiently estimate NMR relaxation distributions.
For more information on the FLINT algorithm, refer to the official FLINT repository (Matlab) and the paper by P.D. Teal and C. Eccles titled "Adaptive truncation of matrix decompositions and efficient estimation of NMR relaxation distributions" published in Inverse Problems (April 2015).
pyflint is built around the Flint class, which provides a simple approach to perform an inverse Laplace transform for 1D and 2D relaxation NMR data. Key features include:
T2
: T2 relaxationT1IR
: T1 relaxation for inversion recovery experimentsT1SR
: T1 relaxation for saturation recovery experimentsT1IRT2
/T1SRT2
: T1-T2 2D relaxation maps for inversion/saturation recovery-T2 experimentsT2T2
: T2-T2 2D relaxation maps T2-T2 experiments
Check out the notebooks directory for Jupyter notebooks demonstrating how to use this library.
pip install git+https://github.com/rserial/pyflint.git
This package was created with Cookiecutter and the fedejaure/cookiecutter-modern-pypackage project template.
Free software: GNU General Public License v3