Ordered list of MNELIB::MNEEpochData objects sharing a common FIFFLIB::FiffInfo. More...
#include <fiff/fiff_types.h>#include <fiff/fiff_evoked.h>#include <fiff/fiff_raw_data.h>#include "mne_global.h"#include "mne_epoch_data.h"#include <QList>#include <QSharedPointer>

Go to the source code of this file.
Classes | |
| struct | MNELIB::ArtifactRejectionData |
| Artifact rejection thresholds and flags for each channel type (grad, mag, eeg, eog) used during epoch dropping. More... | |
| class | MNELIB::MNEEpochDataList |
| Ordered list of MNEEpochData objects sharing a common measurement info. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Ordered list of MNELIB::MNEEpochData objects sharing a common FIFFLIB::FiffInfo.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
MNELIB::MNEEpochDataList is the C++ counterpart of MNE-Python's mne.Epochs: a vector of trials cut from a continuous raw recording with common pre/post-stimulus boundaries, optional artifact rejection and convenience helpers to average into a FIFFLIB::FiffEvoked or to dump back to FIFF.
Definition in file mne_epoch_data_list.h.