Skip to content

v1.1.0

Choose a tag to compare

@neuromechanist neuromechanist released this 02 Jun 22:12
· 19 commits to main since this release
26287bd

biosigio 1.1.0

Two importer features, found while validating real BIDS -> Zarr conversion.

Added

  • EEGLAB .fdt support.set files whose signal matrix lives in a separate float32 .fdt (EEGLAB's default for large recordings, where EEG.data holds the .fdt filename) now load. The sibling .fdt is resolved by the .set path, so BIDS-renamed files load even though EEG.data keeps the original .fdt name. Unblocks multi-GB .set recordings.
  • bids.apply_events_tsv — load the authoritative BIDS _events.tsv into rec.events (onset, duration with n/a->0.0, description from trial_type then value per row), the symmetric counterpart of apply_channels_tsv. Carries events through to EDF+/Parquet/Arrow/Zarr export for files whose native markers are empty.

No public API or behavior change to existing paths. Closes #94.