nalmadi / EMIP-Toolkit

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

Remove the invalid sample part of the fixation filter and add it to SMI Red 250 parser #10

Closed sdotpeng closed 3 years ago

sdotpeng commented 3 years ago

Referring to #9, we need to separate the fixation_filter method into two methods. We need to create a method for SMI Red 250 parser that removes the invalid samples.

sdotpeng commented 3 years ago

Now, read_tsv function is used to parse raw data from SMI Red 250 eye tracker, with the feature of filtering invalid samples.