|
@@ -2,7 +2,7 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
"""
|
|
|
This experiment was created using PsychoPy3 Experiment Builder (v2023.2.3),
|
|
|
- on Wed Nov 15 20:23:16 2023
|
|
|
+ on Thu Nov 16 17:00:04 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)
|
|
@@ -100,7 +100,9 @@ args = parse_args()
|
|
|
|
|
|
# connect neo
|
|
|
receiver = NeuracleDataClient(n_channel=len(config_info['channel_labels']),
|
|
|
- samplerate=config_info['sample_rate'])
|
|
|
+ samplerate=config_info['sample_rate'],
|
|
|
+ host=config_info['host'],
|
|
|
+ port=config_info['port'])
|
|
|
|
|
|
# connect to trigger box
|
|
|
trigger = TriggerNeuracle()
|