charlesll/rampy

Incorrect data path in example

oscarbranson opened this issue · 1 comments

The data path is incorrect in the 4th code cell of Raman_spectrum_fitting, causing import to fail.

Import line should be:

inputsp = np.genfromtxt("data/LS4.txt",skip_header=20, skip_footer=43)

Corrected, thanks!