jjhelmus / nmrglue

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

Reading JEOL NMR Data (*.jdf) #218

Open jnimoth opened 4 months ago

jnimoth commented 4 months 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 4 months 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 4 months ago

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

jnimoth commented 1 month ago

Hi, I was wondering if there is already some progress/update concerning JEOL (jdf) files?

kaustubhmote commented 3 weeks ago

My apologies, this is delayed a bit. I have a partially working code, but this will require a bit more work and some testing from my side, which I will not be able to find time for at least a couple more weeks.

carlosbornes commented 2 weeks ago

@kaustubhmote I have a couple of jdf files. If you could share the code I might help with testing it