Skip to content

DNPLab/DNPLab

Repository files navigation

http://dnplab.net PyPI - Python Version Downloads

DNPLab Logo

DNPLab - Bringing the Power of Python to DNP-NMR Spectroscopy

DNPLab is a collaborative project created by:

Authors: Timothy Keller, Thomas Casey, Yanxian Lin, Yen-Chun Huang, Karl Rieger, John Franck, Thorsten Maly, Songi Han

DNPLab is an object-oriented Open Source Python-based package for importing, processing, and analyzing data determined in a Dynamic Nuclear Polarization (DNP) 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:

pip install dnplab

Documenation

Find the online documentation at: http://docs.dnplab.net

Developement