-
Notifications
You must be signed in to change notification settings - Fork 14
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
Blink Detection #15
Comments
I suspect that one of your data sets uses NAs to code trackloss. In this case the code for blink detection might fail. Could you provide sample data? For a description of the blink detection heuristic see: https://github.com/tmalsburg/saccades#blinks-and-artifacts |
The data were collected with EyeLink so I believe all the trackloss is 1e+08. There are no x,y coordinates with NAs. The sample data can be extracted with the above code. I will show a few lines of the data. The first few rows should be labeled as a blink, but are not.
Label here refers to the start and end of a blink.
|
If you provide me with a reproducible example, I could look into this and hopefully find out what happening. |
Hi!
It is my understanding that tracklossed data are usually labeled as blinks? The blink detect function is not working with some of the data I am processing. Interestingly, it works with data from Experiment Builder, but not when I process data from Psychtoolbox. I compared the below data to the sample report from SR and there are some large discrepancies in blink detection.
The text was updated successfully, but these errors were encountered: