Artifact rejection thresholds and flags for each channel type (grad, mag, eeg, eog) used during epoch dropping. More...
#include <mne_epoch_data_list.h>
Public Attributes | |
| bool | bRejected = false |
| Eigen::RowVectorXd | data |
| double | dThreshold |
| QString | sChName |
Artifact rejection thresholds and flags for each channel type (grad, mag, eeg, eog) used during epoch dropping.
Definition at line 68 of file mne_epoch_data_list.h.
| bool MNELIB::ArtifactRejectionData::bRejected = false |
Definition at line 69 of file mne_epoch_data_list.h.
| Eigen::RowVectorXd MNELIB::ArtifactRejectionData::data |
Definition at line 70 of file mne_epoch_data_list.h.
| double MNELIB::ArtifactRejectionData::dThreshold |
Definition at line 71 of file mne_epoch_data_list.h.
| QString MNELIB::ArtifactRejectionData::sChName |
Definition at line 72 of file mne_epoch_data_list.h.