psychopy

Sample from list of lists until condition is met

Sample from list of lists until condition is met Question: I have a list of lists that I am randomly choosing a value from. The issue I am having now is that since the loop I wrote is using random.choice() there is the possibility that a given value won’t be present, which will cause an …

Total answers: 1

PYTHON : Make a list of 4 columns with 2 lists of 2 columns

PYTHON : Make a list of 4 columns with 2 lists of 2 columns Question: I’m really sorry if the question was already answered, I haven’t found the correct topic … I’m on a project with Pavlovia and Pyschopy. I want my participants to keep the cursor of the mouse inside a moving box (target). …

Total answers: 2

Alternatives to Psychopy

Alternatives to Psychopy Question: Main question: I’m trying to build a brain-computer interface (BCI) experiment in Python that involves "high frequency" flashing (SSVEP), decision-making stimuli (P300), signal acquisition (EEG, with OpenBCI), and classifiers. I’ve been trying to use Psychopy toolbox for the interface part, but, unfortunately, it has been such a headache to make it …

Total answers: 1