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

Loading EGI data enforces newer cap montage #249

Open
jrudoler opened this issue Jul 5, 2022 · 0 comments
Open

Loading EGI data enforces newer cap montage #249

jrudoler opened this issue Jul 5, 2022 · 0 comments
Labels
invalid This doesn't seem right

Comments

@jrudoler
Copy link
Collaborator

jrudoler commented Jul 5, 2022

The layout of the newer Goedisic Sensor Net (GSN) HydroCel caps is different from that of the older GSN 200 edition.

else:
eeg = mne.io.read_raw_egi(self.filename, preload=True)
eeg.rename_channels({'E129': 'Cz'})
eeg.set_montage(
mne.channels.make_standard_montage('GSN-HydroCel-129'))
eeg.set_channel_types({'E8': 'eog', 'E25': 'eog', 'E126': 'eog',
'E127': 'eog', 'Cz': 'misc'})

@jrudoler jrudoler added the invalid This doesn't seem right label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant