I'm designing an experiment in which participants are required to remain fixated on a central cross, and I will be monitoring their eye movements using EOG electrodes (I don't need detailed information about how their eyes move, I just need to know whether or not an eye movement has occurred on any given trial). I've already built the experiment, with parallel ports/trigger channels etc set up. However, before the experiment proper I need some sort of calibration routine to 'tell' psychopy what an eye movement looks like, so that they can be detected during the experiment (without me having to crawl through reams of raw EOG output). Could anyone suggest a way to go about this, or point me towards some helpful resources?
Any advice would be appreciated! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
EDIT:
Unfortunately I do not yet have data to show you. I'm using four electrodes (2 for vertical EOG, positioned above and below one eye; and two for horizontal, one positioned next to each eye). I'm recording at a sampling rate of 512 Hz. My Psychopy experiment reads stimuli from an excel sheet, which has trigger values specifying combinations of levels from two variables. One variable is stimulus position (stimuli are presented either centrally, to the left of fixation or to the right), and the other is required response (each stimulus requires a button-press response with either the left or right hand). As such there are 6 types of events specified by the trigger values. EOG recordings (1 sample per screen refresh) are time-locked to these events.
Just to clarify: participants are instructed to remain focussed on fixation, however we are expecting to see some saccades towards peripheral stimuli, and we want to exclude any trials where this happens.
I hope that helps