Skip to content
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

error message for remote mode #5

Open
slegelmk opened this issue Mar 14, 2017 · 6 comments
Open

error message for remote mode #5

slegelmk opened this issue Mar 14, 2017 · 6 comments

Comments

@slegelmk
Copy link

Hi, there is an error message that i receive when trying to open any of my .asc converted .edf file. Unfortunately, except for a bit of experience with R, i'm not into programing, and do not find a solution of this issue.
The message is:

Warnung: 23 parsing failures.
row col expected actual
3012 -- 9 columns 10 columns
3013 -- 9 columns 10 columns
3014 -- 9 columns 10 columns
3015 -- 9 columns 10 columns
3016 -- 9 columns 10 columns
.... ... ......... ..........
See problems(...) for more details.

Called from: tsv2df(raw)
Browse[1]> Q

One example of my files is this:
kp03.asc.zip

Thank you,
Karola

@dahtah
Copy link
Owner

dahtah commented Mar 31, 2017

Hi Karola, could you please help me figure out what the raw data in your file correspond to? I have lines like:
2361386 1924.3 557.2 247.0 127.0 ... 4583.0 6891.0 575.3 .............
which don't match the format I expect from the Eyelink manual. What are the different columns, as far as you know?

@slegelmk
Copy link
Author

slegelmk commented Mar 31, 2017 via email

@dahtah
Copy link
Owner

dahtah commented Apr 3, 2017

It's also those two "247.0 127.0" I can't figure out. I can change the software so that it returns the raw data with a warning that says "I don't know what those columns are", but it'd be better if we knew.

@slegelmk
Copy link
Author

slegelmk commented Apr 4, 2017 via email

@dahtah
Copy link
Owner

dahtah commented Apr 7, 2017

I've updated the software so that it loads your data, but it gives up on collating the raw data and returns a list of data.frames as best it can. Can you please have a try?

devtools::install_github("dahtah/eyelinker")

@slegelmk
Copy link
Author

Hi Simon,
thank you very much for the help. Unfortunately it might take some time for me as a non-programmer to understand how i can run your preliminary changed script.
Meanwhile i also reconverted the edf files without the extra column, so that they can be read with eyelinker. When i'm a bit more acquainted with the possible procedures i'll try out your new script again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants