|
@@ -2,7 +2,7 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
"""
|
|
|
This experiment was created using PsychoPy3 Experiment Builder (v2023.2.3),
|
|
|
- on Tue Nov 21 18:13:33 2023
|
|
|
+ on 十一月 22, 2023, at 11:18
|
|
|
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)
|
|
@@ -93,7 +93,7 @@ controller = Controller(0., args.model_path,
|
|
|
receiver = NeuracleDataClient(n_channel=len(config_info['channel_labels']),
|
|
|
samplerate=config_info['sample_rate'],
|
|
|
host=config_info['host'],
|
|
|
- port=config_info['port'].
|
|
|
+ port=config_info['port'],
|
|
|
buffer_len=config_info['buffer_length'])
|
|
|
|
|
|
# connect to trigger box
|
|
@@ -176,7 +176,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/free_grasp.py',
|
|
|
+ originPath='C:\\Users\\asena\\Desktop\\kraken\\backend\\free_grasp.py',
|
|
|
savePickle=True, saveWideText=True,
|
|
|
dataFileName=dataDir + os.sep + filename, sortColumns='time'
|
|
|
)
|
|
@@ -244,7 +244,7 @@ def setupWindow(expInfo=None, win=None):
|
|
|
win.backgroundImage = ''
|
|
|
win.backgroundFit = 'none'
|
|
|
win.units = 'height'
|
|
|
- win.mouseVisible = False
|
|
|
+ win.mouseVisible = True
|
|
|
win.hideMessage()
|
|
|
return win
|
|
|
|