Skip to content

1.0.2

Choose a tag to compare

@neuromechanist neuromechanist released this 01 Jun 01:21
· 29 commits to main since this release
5ca10a7

EEGLAB events fix. No breaking changes.

Fixed

  • EEGLAB .set events now load into the standard Recording.events DataFrame (onset/duration in seconds, description = the EEGLAB event type), converting the 1-based sample latency via (latency - 1) / srate, instead of being stashed as a list of dicts in metadata['events']. This makes EEGLAB consistent with the EDF+/BDF+ and WFDB importers, so EEGLAB events are now carried by the EDF/Parquet/Arrow/Zarr exporters. A present-but-zero srate now falls back to 1000 Hz.

Internal

  • The EEGLAB importer's local emg variable was renamed to rec (the broader emgrec cleanup is tracked in #89).

Docs: https://neuromechanist.github.io/biosigio/