[MRG] Do not exclude bads if channel indices are supplied#6678
Merged
agramfort merged 1 commit intomne-tools:masterfrom Aug 20, 2019
Merged
[MRG] Do not exclude bads if channel indices are supplied#6678agramfort merged 1 commit intomne-tools:masterfrom
agramfort merged 1 commit intomne-tools:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6678 +/- ##
=======================================
Coverage 89.39% 89.39%
=======================================
Files 415 415
Lines 75230 75230
Branches 12366 12366
=======================================
Hits 67249 67249
Misses 5149 5149
Partials 2832 2832 |
Contributor
Author
larsoner
approved these changes
Aug 20, 2019
7ed3edc to
092e71f
Compare
Member
|
it's because colors are coming from relative position on the topo (not absolute) can you open a dedicated issue? |
alexrockhill
pushed a commit
to alexrockhill/mne-python
that referenced
this pull request
Oct 1, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #6637. The following example correctly produces the PSD for all channels supplied in
picks:The default behavior is still to exclude bad channels, that is
generate PSDs only for the 2 good channels just like before.
However, I don't know what's the deal with
spatial_colors=True, which only plots 3 channels ("EEG 001", "EEG 002", and "EEG 004"). But maybe this should be fixed in a different PR.