Named container of FwdEegSphereModel objects loaded from an mne_setup_eeg_sphere_model parameter file.
More...
#include "fwd_global.h"#include "fwd_eeg_sphere_model.h"#include <QString>#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | FWDLIB::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... | |
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. | |
Named container of FwdEegSphereModel objects loaded from an mne_setup_eeg_sphere_model parameter file.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2017-2026 MNE-CPP Authors
MNE distributes a small text file (one model per line: name, radii, conductivities) so users can pick a standard 4-shell head model — "Default", Stok/Cuffin/Cohen variants, etc. — by name from the command line. FwdEegSphereModelSet parses that file, builds the corresponding FwdEegSphereModel objects (including the Berg-Scherg fit) and exposes name-based lookup so the rest of the pipeline can resolve a string like "Default" into a fully usable analytic head model.
Refactored from fwdEegSphereModelSetRec in MNE-C fwd_types.h.
Definition in file fwd_eeg_sphere_model_set.h.