MNEEpochData
Namespace: MNELIB · Library: MNE Library
#include <mne/mne_epoch_data.h>
class MNELIB::MNEEpochData
Epoch data, which corresponds to an event.
Single epoch (trial slice) of sensor data with timing and rejection metadata.
Public Methods
MNEEpochData()
Default constructor.
MNEEpochData(p_MNEEpochData)
Copy constructor.
Parameters:
- p_MNEEpochData : const MNEEpochData &
MNEepoch data.
~MNEEpochData()
Destroys the MNE epoch data.
applyBaselineCorrection(baseline)
Applies baseline (mode=mean) correction to the evoked data.
Parameters:
- baseline : const QPair< float, float > & time definition of the baseline in seconds [from, to].
pick_channels(sel)
Reduces the data to the selected rows.
Parameters:
- sel : const Eigen::RowVectorXi & The selected rows to keep.
isRejected(respectAutoReject)
Returns whether this epoch should be excluded from averaging.
Parameters:
- respectAutoReject : bool Whether automatic artifact rejection should be honored.
Returns:
- bool — true when the epoch should be excluded.
Authors of this file
- Christoph Dinh <christoph.dinh@mne-cpp.org>
- Christof Pieloth <pieloth@labp.htwk-leipzig.de>
- Lorenz Esch <lorenz.esch@tu-ilmenau.de>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Gabriel Motta <gabrielbenmotta@gmail.com>