Closed sdotpeng closed 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.
fixation_filter
Now, read_tsv function is used to parse raw data from SMI Red 250 eye tracker, with the feature of filtering invalid samples.
read_tsv
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.