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

Bookkeeping for a label-restricted clustering of source-space leadfield columns. More...

#include "mne_global.h"
#include <Eigen/Core>
#include <QSharedPointer>
#include <QList>
Include dependency graph for mne_cluster_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEClusterInfo
 Cluster table used to compress and reconstruct a clustered leadfield. More...

Namespaces

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

Functions

bool MNELIB::operator== (const MNEClusterInfo &a, const MNEClusterInfo &b)

Detailed Description

Bookkeeping for a label-restricted clustering of source-space leadfield columns.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2013-2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
March 2013

MNELIB::MNEClusterInfo stores, for every cluster produced by MNEForwardSolution::cluster_forward_solution, the source-space vertices it contains, the representative dipole position and the mean orientation. Used to compress the gain matrix into a much smaller per-cluster leadfield and to expand the clustered solution back onto the cortex for visualisation.

Definition in file mne_cluster_info.h.