#include <mne_process_description.h>
Public Attributes | |
| QList< CovDefinition > | defs |
| RejectionParams | rej |
| bool | removeSampleMean = true |
| bool | fixSkew = false |
| QString | filename |
| QString | eventFile |
| QString | logFile |
Covariance matrix computation specification. Ported from covDataRec (MNE-C browser_types.h).
Definition at line 86 of file mne_process_description.h.
| QList<CovDefinition> MNELIB::CovDescription::defs |
Definition sections.
Definition at line 87 of file mne_process_description.h.
| QString MNELIB::CovDescription::eventFile |
Read events from here.
Definition at line 92 of file mne_process_description.h.
| QString MNELIB::CovDescription::filename |
Output file.
Definition at line 91 of file mne_process_description.h.
| bool MNELIB::CovDescription::fixSkew = false |
Fix skew on trigger lines.
Definition at line 90 of file mne_process_description.h.
| QString MNELIB::CovDescription::logFile |
Save log here.
Definition at line 93 of file mne_process_description.h.
| RejectionParams MNELIB::CovDescription::rej |
Rejection limits.
Definition at line 88 of file mne_process_description.h.
| bool MNELIB::CovDescription::removeSampleMean = true |
Remove the mean at each sample.
Definition at line 89 of file mne_process_description.h.