|
@@ -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',
|