smathot

Template for "patches, textures, and masks in PsychoPy"

Jan 3rd, 2013
1,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # Generated by OpenSesame 0.27 (Frisky Freud)
  2. # Thu Jan 3 14:35:35 2013 (posix)
  3. # <http://www.cogsci.nl/opensesame>
  4.  
  5. set foreground "white"
  6. set subject_parity "even"
  7. set font_size "18"
  8. set description "A template"
  9. set title "A bit about patches, textures, and masks in PsychoPy"
  10. set font_bold "no"
  11. set sampler_backend "legacy"
  12. set coordinates "relative"
  13. set height "768"
  14. set mouse_backend "psycho"
  15. set width "1024"
  16. set compensation "0"
  17. set font_family "mono"
  18. set keyboard_backend "psycho"
  19. set background "black"
  20. set subject_nr "0"
  21. set canvas_backend "psycho"
  22. set start "experiment"
  23. set synth_backend "legacy"
  24. set font_italic "no"
  25.  
  26. define keyboard_response keyboard_response
  27.  
  28. define sequence experiment
  29. run psychopy "always"
  30. run keyboard_response "always"
  31.  
  32. define inline_script psychopy
  33. set _run "# Your PsychoPy code goes here!"
  34. set _prepare ""
  35. set description "Executes Python code"
Advertisement
Add Comment
Please, Sign In to add comment