v2.0.0
Loading...
Searching...
No Matches
inv_cmne_settings.h
Go to the documentation of this file.
1//=============================================================================================================
20
21#ifndef INV_CMNE_SETTINGS_H
22#define INV_CMNE_SETTINGS_H
23
24//=============================================================================================================
25// INCLUDES
26//=============================================================================================================
27
28#include "../inv_global.h"
29
30//=============================================================================================================
31// QT INCLUDES
32//=============================================================================================================
33
34#include <QString>
35
36//=============================================================================================================
37// DEFINE NAMESPACE INVLIB
38//=============================================================================================================
39
40namespace INVLIB
41{
42
43//=============================================================================================================
50{
51 QString onnxModelPath;
52 int lookBack = 80;
53 int numSources = 5124;
54 double lambda2 = 1.0 / 9.0;
55 int method = 1;
56 double looseOriConstraint = 0.2;
57};
58
59} // namespace INVLIB
60
61#endif // INV_CMNE_SETTINGS_H
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
#define INVSHARED_EXPORT
Definition inv_global.h:38
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).