36#ifndef INV_PWL_RAP_MUSIC_H
37#define INV_PWL_RAP_MUSIC_H
73#define NOT_TRANSPOSED 0
74#define IS_TRANSPOSED 1
137 static void PowellIdxVec(
int p_iRow,
int p_iNumPoints, Eigen::VectorXi& p_pVecElements);
139 virtual const char*
getName()
const;
InvSourceEstimate class declaration.
inverse library export/import macros.
InvRapMusic algorithm class declaration.
InvDipole class declaration for RAP MUSIC dipole results.
MNEForwardSolution class declaration.
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
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