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

Fine calibration data for SSS. More...

#include "dsp_global.h"
#include <Eigen/Core>
#include <QString>
#include <QList>
Include dependency graph for fine_calibration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UTILSLIB::FineCalEntry
 Per-sensor fine calibration entry. More...
class  UTILSLIB::FineCalibration
 Fine calibration data for SSS. More...

Namespaces

namespace  UTILSLIB
 Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).

Detailed Description

Fine calibration data for SSS.

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.1
Date
May 2026

Stores per-sensor calibration coefficients (gain and cross-talk imbalance) used to refine the SSS forward model. Equivalent to MNE-Python's mne.preprocessing.read_fine_calibration / write_fine_calibration.

Definition in file fine_calibration.h.