Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly that links current dipoles to MEG/EEG sensor readings.
More...
|
| class | ComputeFwd |
| | Top-level driver for MEG/EEG forward-solution computation. More...
|
| class | ComputeFwdSettings |
| | Settings struct — source-space / BEM / sphere paths, sensor selection, coordinate transforms and accuracy level consumed by ComputeFwd. More...
|
| class | Fwd |
| | Static-method façade that re-exposes MNEForwardSolution toolbox-equivalent entry points under their familiar mne_* names. More...
|
| struct | SurfExpl |
| struct | MethodExpl |
| struct | FrameNameRec |
| | Lookup record mapping a FIFF coordinate frame integer ID to its human-readable name. More...
|
| class | FwdBemModel |
| | Layered triangulated volume-conductor model (scalp/skull/inner-skull surfaces, per-compartment conductivities, IP-approach data and dense potential-solution matrix) used by the linear-collocation BEM forward solver. More...
|
| class | FwdBemSolution |
| | Channel-specific projection that contracts a BEM node-potential vector down to one entry per MEG coil or EEG electrode — i.e. the Geselowitz surface-integral weights cached as a dense ncoil × np matrix. More...
|
| class | FwdCoil |
| | Single MEG sensor coil or EEG electrode — stores the coil-local frame and the (r_mag, cos_mag, w) integration-point triples that approximate the Biot-Savart surface integral over the coil area. More...
|
| class | FwdCoilSet |
| | Container of FwdCoil instances acting both as the in-memory image of the coil_def.dat template database and as a per-channel sensor array in a chosen coordinate frame (device / head / MRI). More...
|
| class | FwdCompData |
| | CTF / 4D software-gradiometer wrapper that re-evaluates the primary field callback on a separate reference-coil set and subtracts the linear combination k·B_ref from the primary field to mirror the compensation already applied to the recorded data. More...
|
| class | FwdEegSphereLayer |
| | One concentric shell (outer radius rad, conductivity sigma and the derived ratios) of a multi-shell de Munck / Berg-Scherg EEG head model. More...
|
| struct | BergSchergPar |
| | Berg-Scherg parameter pair (magnitude and distance multiplier) for an equivalent dipole in the EEG sphere model approximation. More...
|
| struct | fitUserRec |
| | Workspace for the linear least-squares fit of Berg-Scherg parameters in the EEG sphere model (SVD matrices, residuals, weights). More...
|
| class | FwdEegSphereModel |
| | Multi-shell concentric-sphere head model holding the Berg-Scherg equivalent-source parameters that accelerate the de Munck Legendre series for EEG, plus the Sarvas closed-form coefficients used for the spherically-symmetric MEG forward solution. More...
|
| class | FwdEegSphereModelSet |
| | Name-indexed collection of FwdEegSphereModel objects parsed from an mne_setup_eeg_sphere_model parameter file so callers can resolve textual model names ("Default", "Stok", …) into ready-to-use analytic head models. More...
|
| class | FwdFieldMap |
| | Computes the per-vertex sensor-to-surface mapping matrix used to render a continuous scalp/cortex field that exactly reproduces the recorded MEG/EEG values. More...
|
| class | FwdThreadArg |
| | Per-thread work packet carrying the dipole-index range, coil set, field/grad callback and write-back view into the shared lead-field matrix — unit of work for the parallel source-space dipole loop. More...
|
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly that links current dipoles to MEG/EEG sensor readings.