2. Sitzung

PsychoPy

Andrew Ellis

Neurowissenschaft Computerlab FS 22

2022-03-01

1

Bias RDK Experiment

Bias RDK Experiment

  • Random-dot motion direction-discrimination task

  • Inside/outside scanner (timing)

  • Bias: cue (probability left/right/unbiased)

  • Fixation cross

  • RDK: 3x3 pixels, coherence

  • 40 bias trials, 40 neutral trials

  • 32 valid, 8 invalid trials

2

PsychoPy

PsychoPy

3

Pavlovia

Pavlovia

Pavlovia is a place for the wide community of researchers in the behavioural sciences to run, share, and explore experiments online.

4

Understanding your Computer

Understanding your Computer

  • Refresh rate: 60 Hz. Ein Frame dauert 1/60 Sekunde, oder 16.667 ms.
from psychopy import visual

win = visual.Window()
win.getActualFrameRate()
  • Keyboard timing: Variabilität ~15 ms.

  • Screen refresh fängt oben an und endet (~10 ms später) unten.

5

🛠 Selber machen

Probieren Sie es selber!

Versuchen Sie selber, Teile des Experiments in PsychoPy zu implementieren