Do we know when https://arxiv.org/abs/2009.00508v1 is going to be publish? I'm considering reference it and wasn't sure if I would have to just cite the docs instead.
Hi @user-789e36! We do not plan on publishing the article beyond arxiv, but please do cite the arxiv version!
Sounds good, thank you! (edit: I didn't seem to properly read this the first time)
How would I go about extracting the amount of fixations and dwell time for a Surface I edited with Pupil Player and exported the data. Does it come down to analysing all these exported excel sheets by wether a fixation counts as "TRUE" (on_surf) and then summing duration? or is there some other easier way I'm not thinking about? Because that would help a great ammount considering I have to figure out dwell times for like 300 exports. Any help is greatly appreciated!
@user-aadc60 Yes, calculating metrics like that comes down to aggregating the CSV files as you describe. If you do this through Excel this can be time consuming if you have a lot of individual recordings. The process could be greatly sped up using e.g. a Python or Matlab script if that is an option for you.