|
@@ -2,7 +2,7 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
"""
|
|
|
This experiment was created using PsychoPy3 Experiment Builder (v2023.2.3),
|
|
|
- on Tue Nov 21 09:47:06 2023
|
|
|
+ on 十一月 21, 2023, at 13:15
|
|
|
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)
|
|
@@ -198,7 +198,7 @@ def setupData(expInfo, dataDir=None):
|
|
|
thisExp = data.ExperimentHandler(
|
|
|
name=expName, version='',
|
|
|
extraInfo=expInfo, runtimeInfo=None,
|
|
|
- originPath='/Users/dingkunliu/Projects/MI-BCI-Proj/kraken/backend/general_grasp_training.py',
|
|
|
+ originPath='C:\\Users\\asena\\Desktop\\kraken\\backend\\general_grasp_training.py',
|
|
|
savePickle=True, saveWideText=True,
|
|
|
dataFileName=dataDir + os.sep + filename, sortColumns='time'
|
|
|
)
|
|
@@ -883,7 +883,7 @@ def run(expInfo, thisExp, win, inputs, globalClock=None, thisSession=None):
|
|
|
decision_buffer.append(decision)
|
|
|
|
|
|
# write decision to data
|
|
|
- thisExp.addData('decision.class', decision)
|
|
|
+ logging.exp('decision: {}'.format(decision))
|
|
|
|
|
|
# using non-slip timing so subtract the expected duration of this Routine (unless ended on request)
|
|
|
if routineForceEnded:
|