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)
You likely saw this already - but wanted to make sure it is linked here again: https://docs.pupil-labs.com/core/best-practices/#best-practices - in many cases low confidence pupil data is due to the physical adjustment of the eye cameras. When you say data is dismissed due to low confidence; you are talking about during calibration?
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-e91538 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.