This plugin performs real-time artifact correction on EEG data.
First, make sure that Timeflux is installed.
You can then install this plugin in the timeflux
environment:
$ conda activate timeflux $ pip install timeflux_rasr
If you encounter issues with pyRiemann
, try installing the latest version directly from the repository:
$ pip install git+https://github.com/pyRiemann/pyRiemann
$ timeflux -d examples/replay.yaml
- Blum-Jacobsen paper
- ASR EEGLAB implementation (code, documentation)
- rASR Matlab implementation