PyschoPy: Difference between revisions
Appearance
Dashmeetkaur (talk | contribs) No edit summary |
Dashmeetkaur (talk | contribs) No edit summary |
||
| 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 | == 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] | |||
Revision as of 16:54, 26 July 2019
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 PyschoPy website.
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:
pip install -e .
Start Pyschopy application and in the builder view, under the Custom Components, you should see the two new components - BCI2000Start and BCI2000UpdateState