ComputeFwd implementation — orchestrates source-space, BEM/sphere model, coil-set and compensation initialisation, then assembles the lead-field matrix G column by column via the parallel dipole loop.
More...
#include "compute_fwd.h"
#include <mne/mne_forward_solution.h>
#include <fiff/fiff_stream.h>
#include <fiff/fiff_info.h>
#include <QCoreApplication>
#include <QFile>
#include <QTextStream>
Go to the source code of this file.
|
| constexpr int | FAIL = -1 |
| constexpr int | OK = 0 |
| constexpr int | X = 0 |
| constexpr int | Y = 1 |
| constexpr int | Z = 2 |
ComputeFwd implementation — orchestrates source-space, BEM/sphere model, coil-set and compensation initialisation, then assembles the lead-field matrix G column by column via the parallel dipole loop.
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
Definition in file compute_fwd.cpp.
◆ FAIL
◆ OK