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

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

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

Detailed Description

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

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

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.