Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnplab/dnplab
DNPLab - Bringing the power of Python to DNP-NMR Spectroscopy
https://github.com/dnplab/dnplab
dnp-spectroscopy epr epr-spectroscopy nmr nmr-spectroscopy numpy python
Last synced: 27 days ago
JSON representation
DNPLab - Bringing the power of Python to DNP-NMR Spectroscopy
- Host: GitHub
- URL: https://github.com/dnplab/dnplab
- Owner: DNPLab
- License: mit
- Created: 2020-10-05T12:57:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T16:11:28.000Z (about 1 year ago)
- Last Synced: 2023-12-18T20:44:46.545Z (about 1 year ago)
- Topics: dnp-spectroscopy, epr, epr-spectroscopy, nmr, nmr-spectroscopy, numpy, python
- Language: Python
- Homepage: http://dnplab.net/
- Size: 213 MB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![http://dnplab.net](https://img.shields.io/pypi/v/dnplab)](https://pypi.org/project/dnplab/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dnplab)](https://www.python.org/downloads/)
[![Downloads](https://pepy.tech/badge/dnplab/month)](https://pepy.tech/project/dnplab)[![DNPLab Logo](http://dnplab.net/_static/dnpLabLogo.png)](http://dnplab.net)
# DNPLab - Bringing the Power of Python to DNP-NMR SpectroscopyDNPLab is a collaborative project created by:
- [Bridge12 Technologies, Inc.](http://www.bridge12.com/)
- [Han Lab NWU](https://hanlab.northwestern.edu/)
- [Franck Lab Syracuse University](https://jmfrancklab.github.io/)Authors:
Timothy Keller, Yen-Chun Huang, Karl Rieger, John Franck, Thorsten Maly, Songi HanAlumnis:
Thomas Casey, Yanxian LinDNPLab is an object-oriented Open Source Python-based package for importing, processing, and analyzing data determined in a [Dynamic Nuclear Polarization (DNP)](https://www.bridge12.com/learn/dnp-spectroscopy/) or Electron Paramagnetic Resonance (EPR) experiment.
# Features
- Import many different NMR data formats (Topspin, VnmrJ, Prospa, ...)
- Create N-dimensional data objects
- Easy processing of NMR data (apodization, zero-filling, Fourier transformations, alignment, ...)
- Analyze data using the specific modules# Installation
DNPLab can be easily installed via pip:
```console
pip install dnplab
```# Documenation
Find the online documentation at: http://docs.dnplab.net
# Developement
- Clone the git repository from https://github.com/DNPLab/dnplab