jjhelmus / nmrglue

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

Reading JEOL NMR Data (*.jdf) #218

Open jnimoth opened 1 month ago

jnimoth commented 1 month ago

I think that nmrglue can currently not directly read JEOL NMR data (jdf files). It would be cool if that could be also implemented, similiarly to Bruker/Varian/etc.

kaustubhmote commented 1 month ago

Yes. This is one important thing that is currently missing from nmrglue. I have been working on this intermittently, but have not been able to take it anywhere near completeness. It's a bit of grunt work since I don't have the jdf format specification and have to rely on translations from nmrpipe and a few other libraries. If anyone has access to the format specification and can share it here, I'll be happy to take this forward with priority.

kaustubhmote commented 1 month ago

I have received specifications now. I will work on this in the next few weeks.