Legacy MNE-C measurement-data container assembling raw/evoked sets and their projection state. More...
#include "mne_global.h"#include <fiff/fiff_types.h>#include "mne_types.h"#include "mne_raw_data.h"#include <Eigen/Core>#include <QSharedPointer>#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEMeasData |
| Measurement data container for MNE inverse and dipole-fit computations. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Legacy MNE-C measurement-data container assembling raw/evoked sets and their projection state.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEMeasData mirrors mneMeasDataRec from the original MNE C tooling. It bundles an FIFFLIB::FiffInfo with a list of MNEMeasDataSet entries (one per averaging condition) and the active projection / CTF compensation state. Kept verbatim so ported C utilities (mne_inverse_operator, mne_compute_raw_inverse, ...) continue to operate against the same in-memory schema.
Definition in file mne_meas_data.h.