v2.0.0
Loading...
Searching...
No Matches
inv_cmne_settings.h
Go to the documentation of this file.
1//=============================================================================================================
34
35#ifndef INV_CMNE_SETTINGS_H
36#define INV_CMNE_SETTINGS_H
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
42#include "../inv_global.h"
43
44//=============================================================================================================
45// QT INCLUDES
46//=============================================================================================================
47
48#include <QString>
49
50//=============================================================================================================
51// DEFINE NAMESPACE INVLIB
52//=============================================================================================================
53
54namespace INVLIB
55{
56
57//=============================================================================================================
64{
65 QString onnxModelPath;
66 int lookBack = 80;
67 int numSources = 5124;
68 double lambda2 = 1.0 / 9.0;
69 int method = 1;
70 double looseOriConstraint = 0.2;
71};
72
73} // namespace INVLIB
74
75#endif // INV_CMNE_SETTINGS_H
inverse library export/import macros.
#define INVSHARED_EXPORT
Definition inv_global.h:52
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).