Maxwell movement compensation for MEG. More...
#include "dsp_global.h"#include "sss.h"#include <fiff/fiff_info.h>#include <Eigen/Core>#include <Eigen/Geometry>#include <QList>

Go to the source code of this file.
Classes | |
| struct | UTILSLIB::HeadPosEntry |
| A head position entry (time, translation, rotation quaternion). More... | |
| struct | UTILSLIB::MaxwellMoveCompParams |
| Parameters for Maxwell movement compensation. More... | |
| class | UTILSLIB::MaxwellMovementComp |
| Maxwell movement compensation using SSS. More... | |
Namespaces | |
| namespace | UTILSLIB |
| Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms). | |
Maxwell movement compensation for MEG.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Implements head movement compensation via SSS. Equivalent to MNE-Python's mne.preprocessing.maxwell_filter with head_pos parameter.
Approach: For each time window, compute the SSS basis at the actual head position, project data into multipole space, then reconstruct at the reference head position.
Definition in file maxwell_movement_comp.h.