Single epoch (one trial slice of preprocessed sensor data) with timing and rejection metadata. More...
#include "mne_global.h"#include <fiff/fiff_types.h>#include <QSharedPointer>#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEEpochData |
| Single epoch (trial slice) of sensor data with timing and rejection metadata. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Single epoch (one trial slice of preprocessed sensor data) with timing and rejection metadata.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
MNELIB::MNEEpochData stores the windowed sensor matrix for one event together with the trigger sample, event id, baseline boundaries and any rejection thresholds applied to produce it. Multiple epochs are aggregated into MNEEpochDataList which then feeds covariance estimation, average-by-condition evoked computation and induced-power analyses.
Definition in file mne_epoch_data.h.