-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Magnetometer positions look odd in PSD plot #7837
Comments
Agreed it's a bug, no idea the cause. Someone will have to dig into the viz code to figure out why this is happening... |
this allows to clearly show the bug:
|
and the bad news is that the bug is in the 0.20 stable release :( :( |
I'll |
thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Let's first visualize the magnetometer channel positions via
Raw.plot_sensors()
:This produces:
Looking good. Now let's plot PSDs of the data.
Result cropped so it only shows the sensor positions (top to bottom: mag, grad, eeg):
The magnetometer sensor layout looks incorrect, and doesn't match the one produced by
plot_sensors()
. Am I missing something here?cc @agramfort
The text was updated successfully, but these errors were encountered: