dmirman / gazer

Functions for reading and pre-processing eye tracking data.
43 stars 11 forks source link

Accommodating data timebinned in Eyelink #26

Closed emilie-brotherhood closed 1 year ago

emilie-brotherhood commented 1 year ago

Hi,

Thanks for the comprehensive overview of the package, much appreciated!

One quick question - when the functions specify hz input, is this referring to the original sampling rate, or to the downsampled rate if this has already been conducted in Eyelink dataviewer?

jgeller112 commented 1 year ago

You would input whatever hz your data are currently sampled at. So, if I binned to 100 Hz when exporting from Data Viewer I would input 100 Hz.

emilie-brotherhood commented 1 year ago

Fab thanks for coming back so quickly