Container of FwdCoil instances representing either a sensor-type template database or a concrete per-channel sensor array. More...
#include "fwd_global.h"#include "fwd_coil.h"#include <fiff/fiff_types.h>#include <Eigen/Core>#include <QSharedPointer>#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | FWDLIB::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... | |
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. | |
Container of FwdCoil instances representing either a sensor-type template database or a concrete per-channel sensor array.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2017-2026 MNE-CPP Authors
FwdCoilSet serves two roles. As a template database it is the in-memory image of coil_def.dat, the canonical CTF/Elekta file mapping a numeric coil type (3022 = MEGIN VectorView magnetometer, 3024 = planar gradiometer, 5001 = CTF axial gradiometer, ...) to a normalised set of integration points and weights. As a per-channel array it holds one FwdCoil per recorded MEG channel, with the template's integration points already rotated and translated into the device-, head- or MRI-coordinate frame via the supplied FiffCoordTrans.
Mirrors fwdCoilSetRec from MNE-C; create_meg_coils() is the counterpart of read_meg_coils()/ is the only route by which raw make_meg_coils() andFiffChInfo records become objects the forward solver can integrate against.
Definition in file fwd_coil_set.h.