jjhelmus / nmrglue

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

Files not available #62

Closed saurabh02 closed 7 years ago

saurabh02 commented 7 years ago

Hello,

This package is very useful! Going through your tutorials and examples, all the links to example files (on googlecode) seem to be broken. Are these hosted elsewhere where I can obtain them from?

Thanks!

jjhelmus commented 7 years ago

The direct links in the examples are broken but the files can still be downloaded from the Google Code Archive, https://code.google.com/archive/p/nmrglue/downloads. You'll need to find the filename you are looking for in that list.

I would be happy to review a PR that fixes these links or look at an alternative hosting solution for these files.

saurabh02 commented 7 years ago

Thanks a lot for this!

Sure, I can submit a PR if I end up using this more often.

Can I ask, I've not been able to read .fid files through nmrglue from sources other than yours. Would that be due to the nature of inconsistencies in format of such files?

jjhelmus commented 7 years ago

What is the source of the other .fid files? Perhaps the NMRPipe format has changed. Can you post a sample somewhere?

saurabh02 commented 7 years ago

For example, the files here - http://science.widener.edu/~svanbram/chem465/htmldocs/nmr_unk.html

jjhelmus commented 7 years ago

As described on that page, those files are in the NUTS format. Nmrglue does not support that format.