-
Notifications
You must be signed in to change notification settings - Fork 21
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
readJDX format X Y...Y #91
Comments
I found the formatting problem on my end, thanks for developing this great package! |
OK great, good work. I had replied earlier today but I don't see it here, oddly. Let me know any further questions/issues of course, there are some weird things in some files! |
Can you attach a couple of sample files or send to my email and I'll take a look! Bryan
Sent from an undisclosed location - check with the NSA.
… On Jun 22, 2022, at 10:05 AM, TDMuellers ***@***.***> wrote:
I have a number of spectra in JDX files with format: XYYYYY. Each Y value, after the first on each line, corresponds to the next frequency on the X axis. Sample below:
##XYDATA=(X++(Y..Y))
657.000000 0.8927 0.8947 0.8886 0.8868 0.8843
662.000000 0.8816 0.8780 0.8737 0.8676 0.8612
readJDX is able to read these, but I am getting the error message, "Error message from R: Couldn't find any variable lists. Supported formats are: XYY, XRR, XII, NMR_2D, LC_MS, XYXY, XYXY" when I try importing using files2SpectraObject.
Is there a possible workaround or a way to specify the import format?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Hi Bryan,
Thanks for following up on this. I found a suitable workaround. Thank you.
Best regards,
Tobias
From: Bryan Hanson ***@***.***>
Date: Tuesday, October 11, 2022 at 4:12 AM
To: bryanhanson/ChemoSpec ***@***.***>
Cc: Muellers, Tobias ***@***.***>, State change ***@***.***>
Subject: Re: [bryanhanson/ChemoSpec] readJDX format X Y...Y (Issue #91)
Can you attach a couple of sample files or send to my email and I'll take a look! Bryan
Sent from an undisclosed location - check with the NSA.
On Jun 22, 2022, at 10:05 AM, TDMuellers ***@***.***> wrote:
I have a number of spectra in JDX files with format: XYYYYY. Each Y value, after the first on each line, corresponds to the next frequency on the X axis. Sample below:
##XYDATA=(X++(Y..Y))
657.000000 0.8927 0.8947 0.8886 0.8868 0.8843
662.000000 0.8816 0.8780 0.8737 0.8676 0.8612
readJDX is able to read these, but I am getting the error message, "Error message from R: Couldn't find any variable lists. Supported formats are: XYY, XRR, XII, NMR_2D, LC_MS, XYXY, XYXY" when I try importing using files2SpectraObject.
Is there a possible workaround or a way to specify the import format?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbryanhanson%2FChemoSpec%2Fissues%2F91%23issuecomment-1274277754&data=05%7C01%7Ctobias.muellers%40yale.edu%7Ca957334e325240cb4d2408daab604cab%7Cdd8cbebb21394df8b4114e3e87abeb5c%7C0%7C0%7C638010727349242712%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=iq7s3PFKK0Nq4VQqdhIxbc0q3IBdyVU6dmpaFQvM4jc%3D&reserved=0>, or unsubscribe<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FARLGCKM4NTKK7DGA6CEMBSTWCUONXANCNFSM5ZQ7TWEA&data=05%7C01%7Ctobias.muellers%40yale.edu%7Ca957334e325240cb4d2408daab604cab%7Cdd8cbebb21394df8b4114e3e87abeb5c%7C0%7C0%7C638010727349242712%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=MKERl93b%2BhIJ7u6NhKNgiB2kEcXdDAyNz3SU99FICCE%3D&reserved=0>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Ha! That comment just above your latest comment is one I sent back in June that disappeared! Just a few months late... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a number of spectra in JDX files with format: XYYYYY. Each Y value, after the first on each line, corresponds to the next frequency on the X axis. Sample below:
##XYDATA=(X++(Y..Y))
657.000000 0.8927 0.8947 0.8886 0.8868 0.8843
662.000000 0.8816 0.8780 0.8737 0.8676 0.8612
readJDX is able to read these, but I am getting the error message, "Error message from R: Couldn't find any variable lists. Supported formats are: XYY, XRR, XII, NMR_2D, LC_MS, XYXY, XYXY" when I try importing using files2SpectraObject.
Is there a possible workaround or a way to specify the import format?
The text was updated successfully, but these errors were encountered: