nalmadi / EMIP-Toolkit

EMIP Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data
16 stars 22 forks source link

Samples variable hold fixations, saccades, and blinks instead of raw samples in Al Madi 2018 dataset #73

Closed quanphan2906 closed 2 years ago

quanphan2906 commented 2 years ago

In the read_EyeLink1000 function, fixations, saccades, and blinks were parsed into the samples variable. An example can be seen below: https://github.com/nalmadi/EMIP-Toolkit/blob/d1a7eabd08ca27c062b5f14118395eaea8d5eac2/emip_toolkit.py#L918-L934

The same token that is used to populate the fields of the Fixation object was also appended into samples. If the Al Madi 2018 dataset does not have raw samples, the samples variable should be kept empty to avoid any confusion.

nalmadi commented 2 years ago

I agree! Good catch.

quanphan2906 commented 2 years ago

The samples from the AlMadi dataset is now an empty dataframe. Kindly refer to the updated notebook: https://github.com/nalmadi/EMIP-Toolkit/blob/main/AlMadi.ipynb