Single concentric spherical shell (radius + conductivity) of a multi-layer EEG head model. More...


Go to the source code of this file.
Classes | |
| class | FWDLIB::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... | |
Namespaces | |
| namespace | FWDLIB |
| Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly that links current dipoles to MEG/EEG sensor readings. | |
Single concentric spherical shell (radius + conductivity) of a multi-layer EEG head model.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2017-2026 MNE-CPP Authors
The classic four-shell de Munck / Berg-Scherg head model approximates the head as concentric spheres with piecewise-constant conductivity (brain, CSF, skull, scalp). Each layer contributes one boundary at which the electric potential must be continuous and the normal current density must scale by the conductivity ratio. FwdEegSphereLayer stores the two quantities the analytic solution needs from each shell — outer radius rad and conductivity σ sigma — along with the derived ratios reused inside the Legendre-series expansion.
Layers are sorted from inner to outer by rad before any series evaluation; this is the order assumed by fwd_eeg_multi_spherepot() in MNE-C and by every subsequent Berg-Scherg fit.
Definition in file fwd_eeg_sphere_layer.h.