Closed AlfredLTennyson closed 11 months ago
My question is, i just want to detect and plot saccades/fixations. How should i approach it? I will be glad if you can tell me what functions in your repository to use in sequence. Thanks a ton!!
Hi Alfred,
Our code comes with demos, adapt those to read in your data. But you seem to be using python? Then perhaps https://github.com/dcnieho/I2MC_Python is more suitable for you.
Hello,thanks a ton for replying. One question , my data is already in degrees,will the algorithm work?
Also my data doesnt have pupil recording.
As it is, the code won't work when input is in degrees. You'll have to adapt the code. At minimum you'll have to remove the stage where pixels are converted to degrees, but i am not sure if that's sufficient or if pixels are used anywhere else in the code. The main parts of the algorithm however use position and velocity in degrees i think
In Nystrom,Holmqvist 2010 algorithm, all the steps are nicely given. Since I am new to saccade detection stuff, i was wondering - 1) I have eye gaze data(monocular) in X and Y coordinates (in degrees of visual angle as it was imported from MONKEYLOGIC). 2) Should the blinks detection be done first? In the Nystrom,Holmqvist 2010 paper it is not entirely clear when should blink detection be done. 3) https://github.com/AlfredLTennyson/eye_gaze_data_for_1_trial/blob/main/T_Trial1.tsv This is the data for one trial. 4) This is the eyeX vs eyeY plot.(10 trials) 5) This is the velocity X vs time plot. The huge peak is supposed to be a saccade. (10 trials) 6)this is the eyeX(position of eye in x coordinates in degrees)vs time (trial 1)