v2.0.0
Loading...
Searching...
No Matches
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
54namespace INVLIB
55{
56
57//=============================================================================================================
66{
67 std::vector<int> gridIndices;
68 std::vector<Eigen::Vector3d> moments;
69 Eigen::MatrixXd correlations;
70 float tmin;
71 float tmax;
72
74};
75
76} // NAMESPACE INVLIB
77
78#endif // INV_SOURCE_COUPLING_H
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
std::vector< Eigen::Vector3d > moments