Skip to content

taalexander/topspin_to_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 [email protected]: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

About

Read TopSpin Experiment Folder into Pandas Dataframe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages