jjhelmus / nmrglue

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

Suggestion: nmrglue/fileio/SPINit.py #194

Open NichVC opened 1 year ago

NichVC commented 1 year ago

Could we implement a SPINit.py component to the nmrglue package as well? I do not know if this is a rather niche NMR software, but I know a couple of other people who are also using it for certain applications.

I have a working script/code-snippet to load in binary data into python, but I am aware that it takes a bit more coding for a proper implementation into the nmrglue package. I also have a file-format document from the makers of the software (RS2D) explaining the header and binary data.

If this is something you guys are interested in implementing, should I open up a pull-request with a starting-point/my code snippet with some example data and some information about file formats etc. - or would it be better to continue the discussion in this issue tread? I would be happy to contribute with what I can, but will probably need some assistance in implementing this in the correct way.