-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
number of spectrum is different for each sample #41
Comments
@hadas-equinom, |
@nzhagen thank you for your response. as you can see the data was not extracted correctly. you can see the npoints is not matching the length of x and y [see figure below] . After some debugging it seems that it might be related to how you interpret the duplicates of the data [by taking only one letter] . somewhere in here: Line 515 in 86daf5b
|
Ah, now I see what you mean -- that difference in the number of points is definitely an issue. And, yeah, it looks like the PyPI version of the package has fallen behind the GitHub version -- I must have forgotten to do an update. I will make an update soon. But first, could you send to me the JCAMP file you are using? I don't have a good example file that uses the DUP codes, so my ability to test without that is limited. |
@nzhagen well, I cannot share the files, but someone from my work was able to fix it. see the following code:
|
Hi @nzhagen
First, thank you for this much needed package.
I have been trying to run it, but I got different headers [x] values for each samples. not only different on value, but also different in size. instead of getting 1400 spectrum points I get a different number for each samples.
Can you please check this issue? or if there is already an existing solution, please let me know,
Thank you,
Hadas
The text was updated successfully, but these errors were encountered: