Single channel derivation (linear combination of physical channels exposed as a virtual channel). More...
#include "mne_global.h"#include "mne_sparse_named_matrix.h"#include <fiff/fiff_types.h>#include <Eigen/Core>#include <QSharedPointer>#include <QString>#include <memory>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEDeriv |
| One item in a derivation data set. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Single channel derivation (linear combination of physical channels exposed as a virtual channel).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEDeriv stores one row of a derivation matrix together with the name of the resulting virtual channel and the names of the physical sources it depends on. Derivations are used by the legacy MNE-C tooling to expose bipolar montages or laplacian channels without modifying the underlying raw data.
Definition in file mne_deriv.h.