1D Proton NMR relaxometry analysis
Project description
relaxNMR
A simple package to analyse 1D ^1^H NMR relaxometry experiments in cement paste. It was developed to allow batch analysis of experiments From the raw signals, the inverse laplace transform (ILT) is computed to obtain the relaxation times.
A non-negative least square algorithm with Tikhonov regularization is used for the ILT.
Minimal example
# preprocessing
signals = read_folder("mydata/", ".dps")
signals.phase(1,3)
signals.remove_first_echo()
average_signal = signals.average()
Trange=(1e-5, 1) # the range of relaxation times
alpha = 1e-2 # the penalization parameter
# fit individual experiment
fitted = ILT_fit_collection(signals, Trange, alpha)
fitted.normalize()
# fit average
fitted_average = ILT_fit(average_signal, Trange, alpha)
fitted_average.normalize()
About
Developed by Fabien Georget, at the Laboratory of Construction Materials, EPFL, Lausanne, Switzerland
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
relaxNMR-0.0.1.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file relaxNMR-0.0.1.tar.gz
.
File metadata
- Download URL: relaxNMR-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27dea27f9d3d0511d3d318e671924819d3296cb1aac55d0e3a4003f927f3aad6 |
|
MD5 | 5356a4cb9d34a4deeef5b181961bebef |
|
BLAKE2b-256 | 00d24a3c3319002c31fa0f590d842610cd8979c1c2b0b5427fa009a4a80dc80b |
File details
Details for the file relaxNMR-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: relaxNMR-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef6637bc0b26a244636810f1574f8235afc067b024604e752260ffd4038484b3 |
|
MD5 | 8e29169bab763ad77276e57e23a1780e |
|
BLAKE2b-256 | 6bbfb4150a2960bd210177f90141f34075f6edafdcded75cbbb861c92ce0af9a |