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

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>
Include dependency graph for maxwell_movement_comp.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Maxwell movement compensation for MEG.

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

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.