Skip to main content

Global Analysis of PELDOR time traces

Project description

GloPel is a Python3-based program for the processing and (global) analysis of PELDOR/DEER traces. GloPel provides a user-friendly GUI based on the PyQt5 GUI framework.

GloPel has been developed in the group of Prof. Dr. Stefan Weber at the University of Freiburg, Freiburg im Breisgau, Germany, during the last couple of years. GloPel was developed by Stephan Rein for the global analysis of PELDOR data and was published in:

[1] S. Rein, P. Lewe, S. L. Andrade, S. Kacprzak, and S. Weber. J. Magn. Reson., 295 (2018) 17–26.

If you use GloPel for your own research and publish results accordingly, please give credits citing the appropriate reference.

Find the full documentation at the link below: https://www.radicals.uni-freiburg.de/de/software

Installation

Install GloPel via pip:

$ pip install glopel

Run GloPel

Run GloPel on the console via:

$ GloPel

Alternatively, call it as package when running Python:

>>> from GloPel.GloPel import run
>>> run()

Various subfunctions of GloPel can be used modulary.

Generate a discrete 5x5 second derivative operator:

>>> from GloPel.Regularization import second_order_diffential_operator
>>> diffop = second_order_diffential_operator(5)
>>> print(diffop)
[[-2.  1.  0.  0.  0.]
 [ 1. -2.  1.  0.  0.]
 [ 0.  1. -2.  1.  0.]
 [ 0.  0.  1. -2.  1.]
 [ 0.  0.  0.  1. -2.]]

Generate a PELDOR kernel matrix for t = 0 to t = 2000 ns, using 131 points in the distance domain:

>>> import numpy as np
>>> from GloPel.Regularization import kernel_matrix
>>> time = np.linspace(0, 2000, 500)
>>> points = 131
>>> kernel = kernel_matrix(time, points)

Properties

GloPel provides:

  • PELDOR/DEER data processing

  • Tikhonov regularization

  • Model-based fitting

  • Global analysis (Tikhonov and fitting) of two time traces

  • Validation tools

  • User friendly graphical user interface

  • Automatically generated reports

Feedback

We are eager to hear about your experiences with GloPel. You can email me at stephan.rein@physchem.uni-freiburg.de.

Acknowledgement

A number of people have helped shaping GloPel and the ideas behind. First and foremost, Prof. Dr. Stefan Weber and Dr. Sylwia Kacprzak (now Bruker Biospin) were for years the driving force behind GloPel due to the need for advanced analysis of PELDOR/DEER data with limited signal-to-noise ratio. Dr. Till Biskup (now Saarland University) contributed ideas for programming and details of the implementation that make all the difference between a program useful for a larger audience and a simple in-house solution.

Bugfixes

31.08.2020 (Error message appearing for global validation without additive noise)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GloPel-1.0.1a18.tar.gz (72.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

GloPel-1.0.1a18-py3-none-any.whl (2.6 MB view details)

Uploaded Python 3

File details

Details for the file GloPel-1.0.1a18.tar.gz.

File metadata

  • Download URL: GloPel-1.0.1a18.tar.gz
  • Upload date:
  • Size: 72.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for GloPel-1.0.1a18.tar.gz
Algorithm Hash digest
SHA256 4d76c6ef45b457d29e207802eceeaf677adc31b11366b8382a577f208932387b
MD5 8dac1a065324e0e7f892d3d3995aa3a7
BLAKE2b-256 82e5252b63ee272f5334722f90c17f2f57cf8b0dced09187eb131017cb56633c

See more details on using hashes here.

File details

Details for the file GloPel-1.0.1a18-py3-none-any.whl.

File metadata

  • Download URL: GloPel-1.0.1a18-py3-none-any.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for GloPel-1.0.1a18-py3-none-any.whl
Algorithm Hash digest
SHA256 ec3f67b0e6d34cd41abcb15613a00822fbe0585d0c597d3b650b247accc6c41a
MD5 34cd7d087582bf0c91232340d3fd6b47
BLAKE2b-256 f549c210250bff396479fbb6cff04ec5f560fc9227aee2592ca7e7e0ea66e63a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page