v2.0.0
Loading...
Searching...
No Matches
fwd_eeg_sphere_model_set.h File Reference

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>
Include dependency graph for fwd_eeg_sphere_model_set.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
March 2017

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.