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

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

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

Detailed Description

Ordered list of MNELIB::MNEEpochData objects sharing a common FIFFLIB::FiffInfo.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du
Since
0.1.0
Date
October 2012

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.