- work in progress to visualize EEG files in python
- currently lots of experimentation - not ready for general consumption
- goal is to provide portion of software infrastructure for EEG analysis
- functions to work with matplotlib to visualize EEG
- functions to interactively plot EEGs in the jupyter notebook
- web (bokeh) applications to browse and annotate EEGs
-
currently this is still experimental, but it has a useful eeg browser for the jupyter notebook
-
basic filtering added, with notch and low-pass/high-pass filter
-
version 0.2.1 works with bokeh 2.0.2 !
jupyter nbextension enable --py widgetsnbextension --sys-prefix
-
matplotlib EEG plotting (firstdraft)
-
basic bokeh EEG plotting (firstdraft)
-
basic montage EEG plotting, (firstdraft)
-
simple browsing EEG with bokeh in jupyter (firstdraft)
-
first filtering dropdowns added to nb browser tool
-
allow kwargs to set plot width and height
-
[/] notch and HF filters dropdowns - problem with ringing on current firwin filters
-
need scale/calibration bars
-
catch when current displayed data is not big enough to filter
-
add common avg reference montage (CAR)
-
remove cruft from plotting in various widgets
-
bokeh application to browse + annotate EEG, - still experimenting
-
montage parser/loader
-
keyboard responses, howto?
-
add ability to control scale of each electrode waveform individually
-
rewrite and package
-
publish
-
possible re-write/extend Bokeh for canvas widget
-
update to bokeh 1.0.x
-
tests for mpl_helpers
- Note, to respond to keyboard commands in bokeh, probably need an extension: see: https://groups.google.com/a/continuum.io/forum/#!searchin/bokeh/keypress/bokeh/XCLqg1nyIgE/CU7lJGcuBgAJ
currently this is developer only package
git clone https://github.com/eegml/eegvis.git
cd eegvis
pip install -e .
conda install ipywidgets conda install widgetsnbextension
jupyter labextension install jupyterlab_bokeh jupyter labextension install @jupyter-widgets/jupyterlab-manager