Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 506 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 506 Bytes

readStream

A small library used to read EEG Signals from Brain Vision MR+ using Lab Streaming Layer (LSL).

Main features

  • Automatically searches for EEG streams on the local network. Click on the Initialize button before preceding.

  • Converts the received streams to python-mne .fif format.

  • Plots the received signals using python-mne.

TODO

  • Realtime signal plotting
  • Convert signals to into Raw python-mne format.
  • Automatic metadata reception.
  • UI and code clean up