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

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

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

Detailed Description

Sparse linear operator that morphs a source estimate between two subjects.

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