v2.0.0
Loading...
Searching...
No Matches
MNELIB::CovDescription Struct Reference

#include <mne_process_description.h>

Public Attributes

QList< CovDefinitiondefs
RejectionParams rej
bool removeSampleMean = true
bool fixSkew = false
QString filename
QString eventFile
QString logFile

Detailed Description

Covariance matrix computation specification. Ported from covDataRec (MNE-C browser_types.h).

Definition at line 86 of file mne_process_description.h.

Member Data Documentation

◆ defs

QList<CovDefinition> MNELIB::CovDescription::defs

Definition sections.

Definition at line 87 of file mne_process_description.h.

◆ eventFile

QString MNELIB::CovDescription::eventFile

Read events from here.

Definition at line 92 of file mne_process_description.h.

◆ filename

QString MNELIB::CovDescription::filename

Output file.

Definition at line 91 of file mne_process_description.h.

◆ fixSkew

bool MNELIB::CovDescription::fixSkew = false

Fix skew on trigger lines.

Definition at line 90 of file mne_process_description.h.

◆ logFile

QString MNELIB::CovDescription::logFile

Save log here.

Definition at line 93 of file mne_process_description.h.

◆ rej

RejectionParams MNELIB::CovDescription::rej

Rejection limits.

Definition at line 88 of file mne_process_description.h.

◆ removeSampleMean

bool MNELIB::CovDescription::removeSampleMean = true

Remove the mean at each sample.

Definition at line 89 of file mne_process_description.h.


The documentation for this struct was generated from the following file: