Sphere-model field mapping. More...
#include "fwd_field_map.h"#include <fiff/fiff_proj.h>#include <fiff/fiff_file.h>#include <Eigen/SVD>#include <QRegularExpression>#include <algorithm>#include <cmath>#include <vector>
Go to the source code of this file.
Sphere-model field mapping.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
The computations in this file are a C++ port of the MNE-Python field mapping code, which is BSD-3-Clause licensed:
mne/forward/_lead_dots.py – Legendre series & sphere dot products mne/forward/_field_interpolation.py – mapping matrix (SVD pseudo-inverse)
Original Python authors: The MNE-Python contributors. Copyright the MNE-Python contributors. License: BSD-3-Clause
Definition in file fwd_field_map.cpp.