Advertisement
Guest User

eyelink_drift_correct_diff

a guest
Feb 7th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.40 KB | None | 0 0
  1. 92c92
  2. <       # Draw a fixation dot
  3. ---
  4. >       # Draw a fixation cross
  5. 99a100,105
  6. >           # if esc was pressed, ask for confirmation to abort:
  7. >           if self.experiment.eyelink_esc_pressed:
  8. >               self.experiment.eyelink.confirm_abort_experiment() # raises an exception if confirmed
  9. >              
  10. >               # if not confirmed, set esc pressed back to false
  11. >               self.experiment.eyelink_esc_pressed = False
  12. 187a194
  13. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement