{ "info": { "author": "Stephan Rein", "author_email": "stephan.rein@physchem.uni-freiburg.de", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Scientific/Engineering :: Physics" ], "description": "GloPel\n======\n\nGloPel 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.\n\nGloPel 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. Global was developed by Stephan Rein for the global analysis of PELDOR data and was published in:\n\n\n[1] S. Rein, P. Lewe, S. L. Andrade, S. Kacprzak, and S. Weber. *J. Magn. Reson.*, 295 (**2018**) 17\u201326.\n\n\nIf you use GloPel for your own research and publish results accordingly, please give credits\nciting the appropriate reference.\n\nFind the full documentation at the link below:\nhttps://www.radicals.uni-freiburg.de/de/software\n\n\nInstallation\n------------\n\nInstall GloPel via pip:\n\n$ pip install glopel\n\n\nRun GloPel\n----------\n\nRun GloPel on the console via:\n\n$ GloPel\n\n\nAlternatively, call it as package when running Python:\n\n\n>>> from GloPel.GloPel import run\n>>> run()\n\n\n\nVarious subfunctions of GloPel can be used modulary.\n\nGenerate a discrete 5x5 second derivative operator:\n\n\n>>> from GloPel.Regularization import second_order_diffential_operator\n>>> diffop = second_order_diffential_operator(5)\n>>> print(diffop)\n[[-2. 1. 0. 0. 0.]\n [ 1. -2. 1. 0. 0.]\n [ 0. 1. -2. 1. 0.]\n [ 0. 0. 1. -2. 1.]\n [ 0. 0. 0. 1. -2.]]\n\n\nGenerate a PELDOR kernel matrix for t = 0 to t = 2000 ns, using 131 points in the distance domain:\n\n\n>>> import numpy as np\n>>> from GloPel.Regularization import kernel_matrix\n>>> time = np.linspace(0, 2000, 500)\n>>> points = 131\n>>> kernel = kernel_matrix(time, points)\n\n\nProperties\n----------\n\nGloPel provides:\n\n- PELDOR/DEER data processing\n- Tikhonov regularization\n- Model-based fitting\n- Global analysis (Tikhonov and fitting) of two time traces\n- Validation tools\n- User friendly GUI\n- Automatically generated reports\n\n\nFeedback\n--------\n\nWe are eager to hear about your experiences with GloPel. You can\nemail me at stephan.rein@physchem.uni-freiburg.de. \n\n\nAcknowledgement\n---------------\n\nA 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.\n\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.radicals.uni-freiburg.de/de/software/simpel", "keywords": "EPR simulations,DEER,PELDOR,Dipolar spectroscopy", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "GloPel", "package_url": "https://pypi.org/project/GloPel/", "platform": "", "project_url": "https://pypi.org/project/GloPel/", "project_urls": { "Homepage": "https://www.radicals.uni-freiburg.de/de/software/simpel" }, "release_url": "https://pypi.org/project/GloPel/1.0.1a13/", "requires_dist": [ "numpy (>=1.16.1)", "PyQt5 (>=5.11.3)", "PyQt5-sip (>=4.19.13)", "numpydoc (>=0.9.1)", "scipy (==1.2.0)", "matplotlib (>=3.0.2)", "reportlab (>=3.5.19)", "osqp (>=0.6.1)", "cvxopt (==1.2.3) ; \"linux\" in sys_platform" ], "requires_python": ">=3.5", "summary": "Global Analysis of PELDOR time traces", "version": "1.0.1a13" }, "last_serial": 5944456, "releases": { "1.0.1a13": [ { "comment_text": "", "digests": { "md5": "20626e3f7a797309a2cfd291b542ca11", "sha256": "c19fc026a00b08028f5117e06ca1b742484b70b78334f23d56867be13b64ac6d" }, "downloads": -1, "filename": "GloPel-1.0.1a13-py3-none-any.whl", "has_sig": false, "md5_digest": "20626e3f7a797309a2cfd291b542ca11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2588532, "upload_time": "2019-10-08T12:00:44", "url": "https://files.pythonhosted.org/packages/e0/17/7f2454fed0f1ac627671eb82ff0137b4dafce994a63a36428070d505fc87/GloPel-1.0.1a13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ac3b081d953120673c70f8a57704121", "sha256": "e0eb19096832d1046add0c2079e9a22024e1a9eb78f0961fe4ef2cea416c63be" }, "downloads": -1, "filename": "GloPel-1.0.1a13.tar.gz", "has_sig": false, "md5_digest": "3ac3b081d953120673c70f8a57704121", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 73102, "upload_time": "2019-10-08T12:00:47", "url": "https://files.pythonhosted.org/packages/bd/63/19166124e5b82f69b69721b32051c61548a8fafdb189ea2398fb1103e6a5/GloPel-1.0.1a13.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20626e3f7a797309a2cfd291b542ca11", "sha256": "c19fc026a00b08028f5117e06ca1b742484b70b78334f23d56867be13b64ac6d" }, "downloads": -1, "filename": "GloPel-1.0.1a13-py3-none-any.whl", "has_sig": false, "md5_digest": "20626e3f7a797309a2cfd291b542ca11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2588532, "upload_time": "2019-10-08T12:00:44", "url": "https://files.pythonhosted.org/packages/e0/17/7f2454fed0f1ac627671eb82ff0137b4dafce994a63a36428070d505fc87/GloPel-1.0.1a13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ac3b081d953120673c70f8a57704121", "sha256": "e0eb19096832d1046add0c2079e9a22024e1a9eb78f0961fe4ef2cea416c63be" }, "downloads": -1, "filename": "GloPel-1.0.1a13.tar.gz", "has_sig": false, "md5_digest": "3ac3b081d953120673c70f8a57704121", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 73102, "upload_time": "2019-10-08T12:00:47", "url": "https://files.pythonhosted.org/packages/bd/63/19166124e5b82f69b69721b32051c61548a8fafdb189ea2398fb1103e6a5/GloPel-1.0.1a13.tar.gz" } ] }