A flexible software to build real-time pipeline for EEG processing
Project description
NeuXus
Build flexible pipeline for real-time processing
Installation
Basic use
To Do uploading on PyPi
pip install neuxus
Run
Run basic pipeline from NeuXus
neuxus basics/generate_send.py -e
Run your pipeline from NeuXus
neuxus path_to_my_pipeline.py
Customize your own nodes
see template TODO
For developers
Clone from source:
git clone https://github.com/LaSEEB/NeuXus.git
Install dev-requirements ToDo
Create the tar.gz file and install it on your computer:
setup.py sdist
pip install nexus-xx.xx.xx.tar.gz
Tests
Launch tests with:
python -m unittest discover
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neuxus-0.0.3.tar.gz
(31.2 kB
view hashes)
Built Distribution
neuxus-0.0.3-py3-none-any.whl
(61.9 kB
view hashes)