Skip to content

Loading EGI data enforces newer cap montage  #249

@jrudoler

Description

@jrudoler

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'})

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions