Hi!
I’m currently using itrackR to analyze pupil data from an experiment that my colleagues conducted a few years ago. They used message events as well as input events from a port (see here for the different event data that can be used in EyeLink: http://download.sr-support.com/dispdoc/page9.html)
As far as I can see, itrackR/edfR only reads message events but ignores input events. I would need both in the object$messages$message column.
I suppose this is relatively easy to fix by telling edfR to read lines starting with 'msg' as well as 'INPUT', but I couldn't figure out which function I need to customize (and how) in order to solve this.
Hi!
I’m currently using itrackR to analyze pupil data from an experiment that my colleagues conducted a few years ago. They used message events as well as input events from a port (see here for the different event data that can be used in EyeLink: http://download.sr-support.com/dispdoc/page9.html)
As far as I can see, itrackR/edfR only reads message events but ignores input events. I would need both in the object$messages$message column.
I suppose this is relatively easy to fix by telling edfR to read lines starting with 'msg' as well as 'INPUT', but I couldn't figure out which function I need to customize (and how) in order to solve this.