Export mkh5 to EEGLAB .set (experimental)

EEGLAB .set files can be created by converting an existing mkh5 file or from an Mkh5Raw instance in memory.

The basic export converts just the EEG and event channels, mkh5 datablock labels and boundaries and log events.

The keyword parameters options allow exporting mkh5 codemap event tags and garv artifact intervals.

Both approaches require electrode information and MNE Python under the hood.

For usage examples see Quickstart: mkh5 to EEGLAB.

For a sample YAML apparatus map see Sample .yhdr (0.2.7)

Note

The first time you load the .set file into EEGLAB, clean up the EEGLAB events and center the channel locations with spherical coordinates.

>> EEG = eeg_checkset(EEG, ‘eventconsistency’); >> pop_chanedit(EEG)