v2.0.0
Loading...
Searching...
No Matches
INVERSELIB Namespace Reference

Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). More...

Classes

class  MneInverseOperator
 An inverse operator. More...
struct  ringBufBuf_9
struct  ringBuf_9
class  MneMeasData
 easurement data representation in MNE calculations More...
class  MneMeasDataSet
 One data set, used in mneMeasData. More...
struct  mshScales
struct  fieldMappingPref
struct  mnePref
struct  mshLabel
struct  mshLabelSet
struct  mneOverlay
struct  overlayPref
struct  fieldMappingData
struct  contourMap
struct  hpiResultData
struct  timecourseData
struct  timecourseDataSet
struct  dataSetData
struct  mshMegEegData
struct  contHpiData
struct  contHpiDataSet
class  DipoleFit
 Dipole Fit implementation. More...
struct  dipoleFitFuncs
class  DipoleFitData
 Dipole Fit Data implementation. More...
class  DipoleFitSettings
 Dipole Fit setting implementation. More...
class  DipoleForward
 DipoleForward description. More...
class  ECD
 Electric Current Dipole description. More...
struct  bdipEcd
class  ECDSet
 Holds a set of Electric Current Dipoles. More...
class  GuessData
 GuessData description. More...
class  HpiDataUpdater
 Brief description of this class. More...
struct  CoilParam
struct  HpiFitResult
class  HPIFit
 HPI Fit algorithms. More...
struct  DipFitError
struct  HPISortStruct
class  HPIFitData
 HPI Fit algorithm data structure. More...
class  HpiModelParameters
 Brief description of this class. More...
class  SensorSet
class  SensorSetCreator
 Brief description of this class. More...
class  SignalModel
 Brief description of this class. More...
class  IInverseAlgorithm
 Inverse algorithm interface. More...
class  MinimumNorm
 Minimum norm estimation. More...
class  Dipole
 ToDo. More...
struct  DipolePair
class  PwlRapMusic
 The PwlRapMusic class provides the POWELL RAP MUSIC Algorithm CPU implementation. ToDo: Paper references. More...
struct  Pair
class  RapMusic
 The RapMusic class provides the RAP MUSIC Algorithm CPU implementation. ToDo: Paper references. More...

Typedefs

typedef struct INVERSELIB::ringBufBuf_9 ringBufBufRec_9
typedef struct INVERSELIB::ringBuf_9 ringBufRec_9
typedef struct INVERSELIB::mshScales mshScalesRec
typedef struct INVERSELIB::fieldMappingPref fieldMappingPrefRec
typedef struct INVERSELIB::mnePref mnePrefRec
typedef struct INVERSELIB::mshLabel mshLabelRec
typedef struct INVERSELIB::mshLabelSet mshLabelSetRec
typedef struct INVERSELIB::mneOverlay mneOverlayRec
typedef struct INVERSELIB::overlayPref overlayPrefRec
typedef struct INVERSELIB::fieldMappingData fieldMappingDataRec
typedef struct INVERSELIB::contourMap contourMapRec
typedef struct INVERSELIB::hpiResultData hpiResultDataRec
typedef struct INVERSELIB::timecourseData timecourseDataRec
typedef struct INVERSELIB::timecourseDataSet timecourseDataSetRec
typedef struct INVERSELIB::dataSetData dataSetDataRec
typedef struct INVERSELIB::mshMegEegData mshMegEegDataRec
typedef void(* colorEditorDoneFunc) (float *color, void *user)
typedef struct INVERSELIB::contHpiData contHpiDataRec
typedef struct INVERSELIB::contHpiDataSet contHpiDataSetRec
typedef void(* fitUserFreeFunc) (void *)
typedef struct INVERSELIB::dipoleFitFuncs dipoleFitFuncsRec
typedef struct INVERSELIB::bdipEcd bdipEcdRec
typedef struct INVERSELIB::Pair Pair

Enumerations

enum class  Accuracy : int { high = 2 , medium = 1 , low = 0 }

Functions

const char * buildDateTime ()
const char * buildHash ()
const char * buildHashLong ()

Detailed Description

Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).

Typedef Documentation

◆ bdipEcdRec

◆ colorEditorDoneFunc

typedef void(* INVERSELIB::colorEditorDoneFunc) (float *color, void *user)

Definition at line 460 of file analyze_types.h.

◆ contHpiDataRec

◆ contHpiDataSetRec

◆ contourMapRec

◆ dataSetDataRec

◆ dipoleFitFuncsRec

◆ fieldMappingDataRec

◆ fieldMappingPrefRec

◆ fitUserFreeFunc

typedef void(* INVERSELIB::fitUserFreeFunc) (void *)

Definition at line 80 of file dipole_fit_data.h.

◆ hpiResultDataRec

◆ mneOverlayRec

◆ mnePrefRec

◆ mshLabelRec

◆ mshLabelSetRec

◆ mshMegEegDataRec

◆ mshScalesRec

◆ overlayPrefRec

◆ Pair

typedef struct INVERSELIB::Pair INVERSELIB::Pair

Declares a pair structure for index combinations used in RAP MUSIC algorithm.

◆ ringBufBufRec_9

◆ ringBufRec_9

◆ timecourseDataRec

◆ timecourseDataSetRec

Enumeration Type Documentation

◆ Accuracy

enum class INVERSELIB::Accuracy : int
strong
Enumerator
high 
medium 
low 

Definition at line 78 of file sensorset.h.

Function Documentation

◆ buildDateTime()

const char * INVERSELIB::buildDateTime ( )

Returns build date and time.

Definition at line 46 of file inverse_global.cpp.

◆ buildHash()

const char * INVERSELIB::buildHash ( )

Returns abbreviated build git hash.

Definition at line 50 of file inverse_global.cpp.

◆ buildHashLong()

const char * INVERSELIB::buildHashLong ( )

Returns full build git hash.

Definition at line 54 of file inverse_global.cpp.