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

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

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

Detailed Description

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

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