-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GSOC] Add decomposition plotting #208
Conversation
Remove old decomp example Add reference to plotting example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor comments, the rendered example looks nice!
@wmvanvliet want to take a look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super small nitpicks. This looks great! The tutorial is informative and will be a nice addition to the docs.
Thanks both for the feedback! That should be everything addressed. |
Vey slick figures :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tsbinns !
As described in #182.
This adds support for visualising spatial filters and patterns as topomaps with the
plot_filters
andplot_patterns
method of theCoherencyDecomposition
class. Very similar to the methods of the same name in theCSP
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.