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

Collection of MNELIB::MNEDeriv objects forming a derivation montage. More...

#include "mne_global.h"
#include <Eigen/Core>
#include <QSharedPointer>
#include <QList>
Include dependency graph for mne_deriv_set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEDerivSet
 Collection of MNEDeriv channel derivation definitions loaded from a file. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Collection of MNELIB::MNEDeriv objects forming a derivation montage.

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::MNEDerivSet wraps a list of channel derivations together with the FIFF read/write needed to round-trip a -deriv.fif file. Used by the raw and evoked paths to materialise the derived channels next to the recorded ones.

Definition in file mne_deriv_set.h.