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

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

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).

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

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.