jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
209 stars 86 forks source link

JCAMP-DX reader #75

Closed JLVarjo closed 6 years ago

JLVarjo commented 6 years ago

Reader for JCAMP-DX format, see http://www.jcamp-dx.org/

Handles automatically different data formats. Multi-dimensional files and JCAMP-DX writing are not supported.

jjhelmus commented 6 years ago

I believe from . import jcampdx needs to be added to nmrglue/fileio/__init__.py file to add jcampdx to the nmrglue namespace.

JLVarjo commented 6 years ago

That's right, forgot to move that from my working copy...

jjhelmus commented 6 years ago

LGTM, thanks for the contribution!