Expand description
Magnetoencephalography (MEG) support for BIDS datasets.
Provides typed access to MEG-specific files, channels, events, headshape data, coordinate systems, and MEG metadata (sampling frequency, channel counts, dewar position, digitized landmarks).
§Feature flags
fiff— Enable FIFF data reading for Elekta/Neuromag MEG files (.fif). Adds thedatamodule withMegDataandread_fiff.
Re-exports§
pub use ctf::CtfHeader;pub use ctf::read_ctf_header;pub use headshape::DigPoint;pub use headshape::PointKind;pub use headshape::read_headshape_pos;pub use metadata::MegMetadata;
Modules§
- ctf
- CTF MEG
.dsdirectory reading. - headshape
- MEG headshape digitization point parsing (
.posfiles). - metadata
- Typed MEG metadata from JSON sidecars.
Structs§
- MegLayout
- MegSummary
- Summary statistics for MEG data in a BIDS dataset.