|
@@ -2,7 +2,7 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
"""
|
|
|
This experiment was created using PsychoPy3 Experiment Builder (v2023.2.3),
|
|
|
- on Mon Nov 20 21:55:44 2023
|
|
|
+ on Tue Nov 21 12:49:37 2023
|
|
|
If you publish work using this script the most relevant publication is:
|
|
|
|
|
|
Peirce J, Gray JR, Simpson S, MacAskill M, Höchenberger R, Sogo H, Kastman E, Lindeløv JK. (2019)
|
|
@@ -427,11 +427,11 @@ def run(expInfo, thisExp, win, inputs, globalClock=None, thisSession=None):
|
|
|
img_right = visual.ImageStim(
|
|
|
win=win,
|
|
|
name='img_right',
|
|
|
- image='static/images/hand_move.jpg', mask=None, anchor='center',
|
|
|
+ image='static/images/hand_move.png', mask=None, anchor='center',
|
|
|
ori=0.0, pos=(0, 0), size=None,
|
|
|
color=[1,1,1], colorSpace='rgb', opacity=None,
|
|
|
flipHoriz=False, flipVert=False,
|
|
|
- texRes=128.0, interpolate=False, depth=0.0)
|
|
|
+ texRes=128.0, interpolate=True, depth=0.0)
|
|
|
|
|
|
# --- Initialize components for Routine "decision" ---
|
|
|
|
|
@@ -457,11 +457,11 @@ def run(expInfo, thisExp, win, inputs, globalClock=None, thisSession=None):
|
|
|
img_rest = visual.ImageStim(
|
|
|
win=win,
|
|
|
name='img_rest',
|
|
|
- image='static/images/rest.jpg', mask=None, anchor='center',
|
|
|
+ image='static/images/rest.png', mask=None, anchor='center',
|
|
|
ori=0.0, pos=(0, 0), size=None,
|
|
|
color=[1,1,1], colorSpace='rgb', opacity=None,
|
|
|
flipHoriz=False, flipVert=False,
|
|
|
- texRes=128.0, interpolate=False, depth=0.0)
|
|
|
+ texRes=128.0, interpolate=True, depth=0.0)
|
|
|
|
|
|
# --- Initialize components for Routine "end" ---
|
|
|
mi_end = visual.TextStim(win=win, name='mi_end',
|