#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 68 of file mne_process_description.h.
| QList<CovDefinition> MNELIB::CovDescription::defs |
Definition sections.
Definition at line 69 of file mne_process_description.h.
| QString MNELIB::CovDescription::eventFile |
Read events from here.
Definition at line 74 of file mne_process_description.h.
| QString MNELIB::CovDescription::filename |
Output file.
Definition at line 73 of file mne_process_description.h.
| bool MNELIB::CovDescription::fixSkew = false |
Fix skew on trigger lines.
Definition at line 72 of file mne_process_description.h.
| QString MNELIB::CovDescription::logFile |
Save log here.
Definition at line 75 of file mne_process_description.h.
| RejectionParams MNELIB::CovDescription::rej |
Rejection limits.
Definition at line 70 of file mne_process_description.h.
| bool MNELIB::CovDescription::removeSampleMean = true |
Remove the mean at each sample.
Definition at line 71 of file mne_process_description.h.