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

Set of CTF compensation matrices plus the currently active grade. More...

#include "mne_global.h"
#include "mne_named_matrix.h"
#include <fiff/fiff_sparse_matrix.h>
#include <memory>
#include <vector>
#include <Eigen/Core>
#include <QSharedPointer>
#include <QList>
Include dependency graph for mne_ctf_comp_data_set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNECTFCompDataSet
 Collection of CTF third-order gradient compensation operators. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Set of CTF compensation matrices plus the currently active grade.

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.0.0
Date
March 2026

MNELIB::MNECTFCompDataSet aggregates the MNECTFCompData entries shipped with a CTF dataset and produces, given a target compensation grade, the channel-aligned compensator that must be applied to raw or forward data. Mirrors make_compensator in the MNE-Python and MNE-C codebases.

Definition in file mne_ctf_comp_data_set.h.