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

Pre-computed inverse operator (whitened SVD of the forward model) for MNE/dSPM/sLORETA. More...

#include "mne_global.h"
#include "mne_source_spaces.h"
#include "mne_forward_solution.h"
#include <fiff/fiff_types.h>
#include <fiff/fiff_named_matrix.h>
#include <fiff/fiff_proj.h>
#include <fiff/fiff_cov.h>
#include <fiff/fiff_info.h>
#include <Eigen/Core>
#include <QList>
Include dependency graph for mne_inverse_operator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MNELIB::RegionMTOut
 Output of a multi-threaded KMeans clustering step for a single cortical region. More...
struct  MNELIB::RegionMT
 Input parameters for multi-threaded KMeans clustering on a single cortical region. More...
class  MNELIB::MNEInverseOperator
 MNE-style inverse operator. More...

Namespaces

namespace  FSLIB
 FreeSurfer surface, annotation and parcellation I/O for mne-cpp.
namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Macros

#define metatype_mneinverseoperatorsptr
#define metatype_mneinverseoperators

Functions

std::ostream & MNELIB::operator<< (std::ostream &out, const MNEInverseOperator &inv)
 Q_DECLARE_METATYPE (QSharedPointer< MNELIB::MNEInverseOperator >)
 Q_DECLARE_METATYPE (MNELIB::MNEInverseOperator)

Detailed Description

Pre-computed inverse operator (whitened SVD of the forward model) for MNE/dSPM/sLORETA.

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Christof Pieloth pielo.nosp@m.th@l.nosp@m.abp.h.nosp@m.twk-.nosp@m.leipz.nosp@m.ig.d.nosp@m.e; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Andreas Griesshammer ag@fi.nosp@m.eldl.nosp@m.inein.nosp@m.c.co.nosp@m.m
Since
0.1.0
Date
October 2012

MNELIB::MNEInverseOperator is the C++ port of -inv.fif: it stores the noise covariance, the source covariance, the orientation priors and the left/right singular vectors needed to assemble the Tikhonov-regularised inverse for a given SNR and method (MNE, dSPM, sLORETA). It composes the forward solution (MNEForwardSolution), covariance (FIFFLIB::FiffCov) and source space (MNESourceSpaces) into a single object that MNELIB::MinimumNorm in INVERSELIB consumes to produce MNESourceEstimate time courses.

Definition in file mne_inverse_operator.h.

Macro Definition Documentation

◆ metatype_mneinverseoperators

#define metatype_mneinverseoperators

Definition at line 413 of file mne_inverse_operator.h.

◆ metatype_mneinverseoperatorsptr

#define metatype_mneinverseoperatorsptr

Definition at line 408 of file mne_inverse_operator.h.

Function Documentation

◆ Q_DECLARE_METATYPE() [1/2]

Q_DECLARE_METATYPE ( MNELIB::MNEInverseOperator )

Provides QT META type declaration of the MNELIB::MNEInverseOperator type. For signal/slot usage.

◆ Q_DECLARE_METATYPE() [2/2]

Q_DECLARE_METATYPE ( QSharedPointer< MNELIB::MNEInverseOperator > )

Provides QT META type declaration of the QSharedPointer<MNELIB::MNEInverseOperator> type. For signal/slot usage.