21#ifndef INV_PWL_RAP_MUSIC_H
22#define INV_PWL_RAP_MUSIC_H
58#define NOT_TRANSPOSED 0
59#define IS_TRANSPOSED 1
122 static void PowellIdxVec(
int p_iRow,
int p_iNumPoints, Eigen::VectorXi& p_pVecElements);
124 virtual const char*
getName()
const;
Forward solution (gain matrix mapping source dipoles to sensor measurements).
InvSourceEstimate value type — central source-space data container produced by every INVLIB inverse s...
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
Recursively Applied and Projected MUSIC (RAP-MUSIC) source-localisation algorithm.
Templated dipole and dipole-pair value types used by the RAP-MUSIC scanning algorithm.
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Single averaged evoked response: time axis, data, baseline, channel info and averaging metadata.
Source-space inverse-solution container with dense grid plus optional focal-dipole,...
Pair of correlated dipole indices and orientations found by the RAP MUSIC scanning step.
static int PowellOffset(int p_iRow, int p_iNumPoints)
virtual InvSourceEstimate calculateInverse(const FIFFLIB::FiffEvoked &p_fiffEvoked, bool pick_normal=false)
virtual InvSourceEstimate calculateInverse(const Eigen::MatrixXd &data, float tmin, float tstep) const
static void PowellIdxVec(int p_iRow, int p_iNumPoints, Eigen::VectorXi &p_pVecElements)
virtual InvSourceEstimate calculateInverse(const Eigen::MatrixXd &p_matMeasurement, QList< InvDipolePair< double > > &p_RapDipoles) const
virtual const char * getName() const
In-memory representation of an -fwd.fif forward solution.