Implementation of CONNECTIVITYLIB::ConnectivitySettings - the input/parameter container shared by every functional-connectivity metric in CONNECTIVITYLIB.
More...
#include "connectivitysettings.h"#include <mne/mne_forward_solution.h>#include <fs/fs_surfaceset.h>#include <fiff/fiff_info.h>#include <QCommandLineParser>#include <QElapsedTimer>#include <QDebug>
Go to the source code of this file.
Implementation of CONNECTIVITYLIB::ConnectivitySettings - the input/parameter container shared by every functional-connectivity metric in CONNECTIVITYLIB.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2017-2026 MNE-CPP Authors
Defines the trial append/clear/remove bookkeeping, the lazy invalidation of the cached per-trial DPSS spectra and cross-spectral sums when the sampling frequency / FFT length / window type change, and the three node-position constructors (from a FiffInfo channel set, from a forward solution + FsSurfaceSet pair, or from a raw 3D matrix).
Definition in file connectivitysettings.cpp.