v2.0.0
Loading...
Searching...
No Matches
covariancesettingsview.h File Reference

Tiny settings panel exposing the noise-covariance estimation window length. More...

#include "../disp_global.h"
#include "abstractview.h"
#include <QWidget>
#include <QSpinBox>
#include <QPair>
#include <QComboBox>
#include <QCheckBox>
Include dependency graph for covariancesettingsview.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DISPLIB::CovarianceSettingsView
 Settings panel exposing the noise-covariance estimation window length. More...

Namespaces

namespace  DISPLIB
 2-D display widgets and visualisation helpers (charts, topography, colour maps).

Detailed Description

Tiny settings panel exposing the noise-covariance estimation window length.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors

Author
Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.3
Date
June 2020

CovarianceSettingsView holds a single QSpinBox whose value (in samples) is forwarded as changeMinNumberSamples to the rtprocessing covariance estimator that gradually accumulates a FiffCov from the live stream.

Definition in file covariancesettingsview.h.