Sparse linear operator that morphs a source estimate between two subjects. More...
#include "mne_global.h"#include "fiff/fiff_sparse_matrix.h"#include <memory>#include <Eigen/Core>#include <QSharedPointer>#include <QString>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEMorphMap |
| Vertex-to-vertex mapping between two FreeSurfer surface meshes for morphing source estimates. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Sparse linear operator that morphs a source estimate between two subjects.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEMorphMap composes a left and a right MNECorticalMap into the rectangular sparse matrix used by INVERSELIB::MneMorph to project a MNESourceEstimate from a subject's native cortex to a target (typically fsaverage) cortex. Backed by MNELIB::MNESparseNamedMatrix so that the row/column hemisphere layout is preserved.
Definition in file mne_morph_map.h.