Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thcasey3/hanlab
code used to process, fit, and analyze various types of DNP, NMR, and EPR data generated in the lab of Songi Han at UCSB
https://github.com/thcasey3/hanlab
dnp dnplab epr nmr spectroscopy
Last synced: about 1 month ago
JSON representation
code used to process, fit, and analyze various types of DNP, NMR, and EPR data generated in the lab of Songi Han at UCSB
- Host: GitHub
- URL: https://github.com/thcasey3/hanlab
- Owner: thcasey3
- License: mit
- Created: 2021-10-30T12:27:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T17:54:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T18:45:56.631Z (about 2 months ago)
- Topics: dnp, dnplab, epr, nmr, spectroscopy
- Language: Python
- Homepage: https://thcasey3.github.io/hanlab/
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hanlab - process and analyze odnp data
[![https://thcasey3.github.io/hanlab/](https://img.shields.io/pypi/v/hanlab)](https://pypi.org/project/hanlab/) [![Website](https://img.shields.io/website?down_message=offline&label=Documentation&up_message=online&url=https%3A%2F%2Fthcasey3.github.io%2Fhanlab%2Findex.html)](https://thcasey3.github.io/hanlab/) [![http://dnplab.net/](https://img.shields.io/badge/DNPLab-.net-brightgreen)](http://dnplab.net/)
hanlab is an open-source Python package containing code used to process, fit, and analyze various types of DNP, NMR, and EPR data generated in the lab of Songi Han at UCSB.
# Requirements
- Python 3.6 or Later
- dnplab==1.0.11, numpy, scipy, PyQt5==5.14Install the required packages using pip:
```console
pip install dnplab==1.0.11 numpy scipy PyQt5==5.14
```# Installation
Install hanlab using pip:
```console
pip install hanlab
```# Documenation
- Online documentation: https://thcasey3.github.io/hanlab/
# Developement
- Clone the git repository from https://github.com/thcasey3/hanlab/tree/development