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

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

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.

Detailed Description

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

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

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()/make_meg_coils() and is the only route by which raw FiffChInfo records become objects the forward solver can integrate against.

Definition in file fwd_coil_set.h.