Intracranial EEG (iEEG) support for BIDS datasets.
Provides typed access to iEEG-specific files including electrode positions (with size, hemisphere, group, and type), channels, events, coordinate systems, and iEEG metadata. Supports both ECoG (electrocorticography) and SEEG (stereoelectroencephalography) data.
Signal data reading is supported for all BIDS-iEEG formats (EDF, BDF,
BrainVision) via [IeegLayout::read_data], which delegates to the
bids-eeg crate's high-performance readers. Types like [EegData],
[ReadOptions], and [Annotation] are re-exported for convenience.