makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
60 stars 26 forks source link

Add electrode names to topo map Overview figure in Analyze screen #44

Open jdpigeon opened 5 years ago

jdpigeon commented 5 years ago

It turns out there's a WIP in MNE to update the topo map diagram with more information, including channel names.

It's not merged, but we could use the code in this PR to get the results: https://github.com/mne-tools/mne-python/issues/4746

jdpigeon commented 5 years ago

The PR has been merged in the MNE Sprint! https://github.com/makebrainwaves/BrainWaves/issues/44

We should update the app to make use of these new features: https://github.com/mne-tools/mne-python/pull/6211