Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1012 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 1012 Bytes

#topspin_to_dict

Synopsis

A simple library to convert a TopSpin experiment to a pandas dataframe

Code Example

TODO

Motivation

Doing complex analysis of TopSpin data can be a pain in TopSpin. Exporting and converting TopSpin data can also be a pain. TopSpinToPandas provides simple methods to convert raw TopSpin experiment folders/files to easy to use Pandas dataframes. Your analysis might still be a pain, but grabbing the data will be easy.

Installation

Currently Requires fork of Jcamp to read the TopSpin acqusition parameters. When fork is merged into main repository, this readme will be updated. Other required python dependencies are numpy, scipy

To install run

git clone git@github.com:whitewhim2718/topspin_to_python.git

cd topspin_to_python

pip install -r requirements.txt

python setup.py install

API Reference

TODO

Tests

TODO

Contributors

whitewhim2718(Thomas Alexander)

License

TODO