v2.0.0
Loading...
Searching...
No Matches
src
libraries
inv
inv_source_coupling.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef INV_SOURCE_COUPLING_H
36
#define INV_SOURCE_COUPLING_H
37
38
//=============================================================================================================
39
// INCLUDES
40
//=============================================================================================================
41
42
#include <vector>
43
44
//=============================================================================================================
45
// EIGEN INCLUDES
46
//=============================================================================================================
47
48
#include <Eigen/Core>
49
50
//=============================================================================================================
51
// DEFINE NAMESPACE INVLIB
52
//=============================================================================================================
53
54
namespace
INVLIB
55
{
56
57
//=============================================================================================================
65
struct
InvSourceCoupling
66
{
67
std::vector<int>
gridIndices
;
68
std::vector<Eigen::Vector3d>
moments
;
69
Eigen::MatrixXd
correlations
;
70
float
tmin
;
71
float
tmax
;
72
73
InvSourceCoupling
();
74
};
75
76
}
// NAMESPACE INVLIB
77
78
#endif
// INV_SOURCE_COUPLING_H
INVLIB
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Definition
braintreemodel.h:55
INVLIB::InvSourceCoupling::moments
std::vector< Eigen::Vector3d > moments
Definition
inv_source_coupling.h:68
INVLIB::InvSourceCoupling::InvSourceCoupling
InvSourceCoupling()
Definition
inv_source_coupling.cpp:51
INVLIB::InvSourceCoupling::tmin
float tmin
Definition
inv_source_coupling.h:70
INVLIB::InvSourceCoupling::gridIndices
std::vector< int > gridIndices
Definition
inv_source_coupling.h:67
INVLIB::InvSourceCoupling::correlations
Eigen::MatrixXd correlations
Definition
inv_source_coupling.h:69
INVLIB::InvSourceCoupling::tmax
float tmax
Definition
inv_source_coupling.h:71
Generated on
for MNE-CPP by
1.16.1