mne-tools / mne-connectivity

Connectivity algorithms that leverage the MNE-Python API.
https://mne.tools/mne-connectivity/dev/index.html
BSD 3-Clause "New" or "Revised" License
65 stars 34 forks source link

[GSOC] Add decomposition plotting #208

Closed tsbinns closed 2 days ago

tsbinns commented 2 weeks ago

As described in #182.

This adds support for visualising spatial filters and patterns as topomaps with the plot_filters and plot_patterns method of the CoherencyDecomposition class. Very similar to the methods of the same name in the CSP class of MNE's decoding module.

Unit tests added as well as a short example on how these methods can be used and the figures interpreted.

tsbinns commented 1 week ago

Thanks both for the feedback! That should be everything addressed.

adam2392 commented 1 week ago

Vey slick figures :)