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

Implementation of MNELIB::MNEInverseOperator. More...

#include "mne_inverse_operator.h"
#include <fs/fs_label.h>
#include <math/linalg.h>
#include <iostream>
#include <QDebug>
#include <QFuture>
#include <QtConcurrent>
#include <Eigen/SVD>
Include dependency graph for mne_inverse_operator.cpp:

Go to the source code of this file.

Detailed Description

Implementation of MNELIB::MNEInverseOperator.

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; 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; Ruben Doerfel doerf.nosp@m.elru.nosp@m.ben@a.nosp@m.ol.c.nosp@m.om; Andreas Griesshammer ag@fi.nosp@m.eldl.nosp@m.inein.nosp@m.c.co.nosp@m.m
Since
0.1.0
Date
October 2012

Implements FIFF read of the FIFFB_MNE_INVERSE_SOLUTION block, the prepare_inverse_operator step (whitener + SVD scaling for a given SNR / depth weighting), conversion between fixed and free orientations and the cluster-then-rebuild path used to evaluate clustered inverse solutions.

Definition in file mne_inverse_operator.cpp.