We previously (incorrectly) considered eyetracking data covering the entire trial duration, which includes drift check and RT, instead of just the stimulus duration. This update addresses that issue by checking for markers indicating stimulus onset and offset, and ignoring any "Events" (e.g. fixations) that occur outside that timeframe.
Most of the changes were implemented via selectMetric, so any new metrics will need to copy the solution from the existing metrics I adjusted.
We previously (incorrectly) considered eyetracking data covering the entire trial duration, which includes drift check and RT, instead of just the stimulus duration. This update addresses that issue by checking for markers indicating stimulus onset and offset, and ignoring any "Events" (e.g. fixations) that occur outside that timeframe.
Most of the changes were implemented via
selectMetric
, so any new metrics will need to copy the solution from the existing metrics I adjusted.