|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| PsychoPy is an open-source application using which a large number of neuroscience, psychology and psychophysics experiments can be performed.[1] This documentation described how to integrate BCI2000 in PyschoPy and its usage.
| |
|
| |
|
| == Integrating BCI2000 into PyschoPy ==
| |
| Download the PyschoPy from the [https://www.psychopy.org/download.html PyschoPy] website. <br/>
| |
| Copy the following two folders '''BCIStart''' and '''BCIUpdateState''' in the folder {$PsychoPyHome}\psychopy\experiment\components.
| |
| Open terminal and navigate to the PyschoPy home directory where ''setup.py'' resides.
| |
| Run the following command in the terminal: <br/>
| |
| <code>pip install -e .</code>
| |
|
| |
| Start Pyschopy application and in the builder view, under the Custom Components, you should see the two new components - ''BCI2000Start'' and ''BCI2000UpdateState''
| |
| == Usage ==
| |
|
| |
|
| |
| == References ==
| |
| * [https://www.psychopy.org/ PyschoPy site]
| |