VPNLirvine / trEYEcopa

Code for eyetracking the TriCOPA videos
2 stars 1 forks source link

QC update 3 #46

Closed brandonhackney closed 6 months ago

brandonhackney commented 6 months ago

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.