ccp-eva / eyewit

👁‍🗨 Bootstrapping common eye-tracking tasks
MIT License
7 stars 3 forks source link

Get rid of GazeEventDuration within get_looks() #28

Open kalaschnik opened 3 years ago

kalaschnik commented 3 years ago

Because GazeEventDuration is never in alignment with the actual events used in the presentation, one could just omit this column completely and just only the diff of RecodingTimestamp for that manner. You still need to use the FixationIndex get only valid fixations.

That would also implicitly "solves" the intra_scope_cut, which should be TRUE anyway

image

kalaschnik commented 3 years ago

image

Make sure to calculate time diff by end_position + 1 - start_pos