nzhagen / jcamp

A set of Python utilities for reading JCAMP-DX files.
MIT License
54 stars 31 forks source link

Added Support for TopSpin Jcamp lists #3

Closed taalexander closed 8 years ago

taalexander commented 8 years ago

Topspin has Jcamp acquisition parameter lists of the form

##$GPZ= (0..31)
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 0 0 0 0 0 0 

I've added handling for all named lists of this form to Jcamp.

I also added a .gitignore and init.py. I've just noticed that there is another pull request that adds these. I can remove these additions from my PR if desired.

-Thomas

nzhagen commented 8 years ago

Thanks for the improvements. I've merged them into the main repo.