Volume (voxel-grid) source estimate that augments InvSourceEstimate with 3-D grid shape information. More...


Go to the source code of this file.
Classes | |
| class | INVLIB::InvVolumeSourceEstimate |
| Volume source estimate: scalar values at voxel locations. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Volume (voxel-grid) source estimate that augments InvSourceEstimate with 3-D grid shape information.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
INVLIB::InvVolumeSourceEstimate represents an inverse solution on a regular voxel grid — used by volume MNE, beamformers in volume mode and Gamma-MAP on volumetric source spaces. In addition to the inherited vertex/data/time fields it stores an (nx, ny, nz) grid shape and exposes toVolume to materialise a dense 3-D volume at one time index (filling inactive voxels with zero) and centreOfMass for a quick activity centroid — both feeding directly into the MRILIB volume viewers.
Definition in file inv_volume_source_estimate.h.