Skip to content
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

Q: why eletrode positions plot is different from other tools like Fieldtrip? #4880

Closed
iraquitan opened this issue Jan 18, 2018 · 3 comments · Fixed by #7066
Closed

Q: why eletrode positions plot is different from other tools like Fieldtrip? #4880

iraquitan opened this issue Jan 18, 2018 · 3 comments · Fixed by #7066

Comments

@iraquitan
Copy link

In the Wikipedia 10–20 system (EEG) the electrode positions when plotting are much like the following image (EEG1010.lay) extracted from Fieldtrip, where the midline (T9 -- Cz -- T10) is definitely a straight line.

eeg1010 lay

But in MNE when I plot the standard montage like the following:

import mne

montage = mne.channels.read_montage('standard_1020')
montage.plot()

I end up with this plot (standard_1020) where the (T9 -- Cz -- T10) line is curved down.

standard_1020

Why there's this difference? And there are any implications on topomap visualizations?

Thanks in advance!

@iraquitan iraquitan changed the title Why eletrode positions plot is different from other tools like Fieldtrip? Q: why eletrode positions plot is different from other tools like Fieldtrip? Jan 18, 2018
@agramfort
Copy link
Member

agramfort commented Jan 18, 2018 via email

@cbrnr
Copy link
Contributor

cbrnr commented Jan 19, 2018

I remember having discussed this before - wasn't it related to a transform from some coordinate space to another (based on the fiducials) that isn't done? I can't find the relevant issue though.

@larsoner
Copy link
Member

Yes this is probably a dup of #3987

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants