Skip to main content

Crate bids_meg

Crate bids_meg 

Source
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 the data module with MegData and read_fiff.

See: https://bids-specification.readthedocs.io/en/stable/modality-specific-files/magnetoencephalography.html

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 .ds directory reading.
headshape
MEG headshape digitization point parsing (.pos files).
metadata
Typed MEG metadata from JSON sidecars.

Structs§

MegLayout
MegSummary
Summary statistics for MEG data in a BIDS dataset.