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>

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). | |
Tiny settings panel exposing the noise-covariance estimation window length.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors
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.