v2.0.0
Loading...
Searching...
No Matches
INVERSELIB::MNEInverseOperator Class Reference

MNE inverse operator combining noise covariance, forward solution, and source covariance for source estimation. More...

#include <mne_inverse_operator.h>

Public Types

typedef QSharedPointer< MNEInverseOperatorSPtr
typedef QSharedPointer< const MNEInverseOperatorConstSPtr

Public Member Functions

 MNEInverseOperator ()
 ~MNEInverseOperator ()

Public Attributes

FIFFLIB::fiffId meas_id
std::vector< std::unique_ptr< MNELIB::MNESourceSpace > > spaces
std::unique_ptr< FIFFLIB::FiffCoordTransmeg_head_t
std::unique_ptr< FIFFLIB::FiffCoordTransmri_head_t
int methods
int nchan
int nsource
int fixed_ori
float ** rr_source
float ** nn_source
int coord_frame
MNELIB::MNECovMatrixsensor_cov
int nave
int current_unit
MNELIB::MNECovMatrixsource_cov
MNELIB::MNECovMatrixorient_prior
MNELIB::MNECovMatrixdepth_prior
MNELIB::MNECovMatrixfMRI_prior
float * sing
MNELIB::MNENamedMatrixeigen_leads
int eigen_leads_weighted
MNELIB::MNENamedMatrixeigen_fields
float trace_ratio
MNELIB::MNEProjOpproj

Detailed Description

MNE inverse operator combining noise covariance, forward solution, and source covariance for source estimation.

Implements an MNE Inverse Operator (Replaces *mneInverseOperator,mneInverseOperatorRec; struct of MNE-C mne_types.h).

Definition at line 92 of file mne_inverse_operator.h.

Member Typedef Documentation

◆ ConstSPtr

Const shared pointer type for MNEInverseOperator.

Definition at line 96 of file mne_inverse_operator.h.

◆ SPtr

Shared pointer type for MNEInverseOperator.

Definition at line 95 of file mne_inverse_operator.h.

Constructor & Destructor Documentation

◆ MNEInverseOperator()

MNEInverseOperator::MNEInverseOperator ( )

Constructs the MNE Inverse Operator Refactored: (.c)

Definition at line 57 of file mne_inverse_operator.cpp.

◆ ~MNEInverseOperator()

MNEInverseOperator::~MNEInverseOperator ( )

Destroys the MNE Inverse Operator Refactored: (.c)

Definition at line 63 of file mne_inverse_operator.cpp.

Member Data Documentation

◆ coord_frame

int INVERSELIB::MNEInverseOperator::coord_frame

Definition at line 123 of file mne_inverse_operator.h.

◆ current_unit

int INVERSELIB::MNEInverseOperator::current_unit

Definition at line 126 of file mne_inverse_operator.h.

◆ depth_prior

MNELIB::MNECovMatrix* INVERSELIB::MNEInverseOperator::depth_prior

Definition at line 129 of file mne_inverse_operator.h.

◆ eigen_fields

MNELIB::MNENamedMatrix* INVERSELIB::MNEInverseOperator::eigen_fields

Definition at line 134 of file mne_inverse_operator.h.

◆ eigen_leads

MNELIB::MNENamedMatrix* INVERSELIB::MNEInverseOperator::eigen_leads

Definition at line 132 of file mne_inverse_operator.h.

◆ eigen_leads_weighted

int INVERSELIB::MNEInverseOperator::eigen_leads_weighted

Definition at line 133 of file mne_inverse_operator.h.

◆ fixed_ori

int INVERSELIB::MNEInverseOperator::fixed_ori

Definition at line 120 of file mne_inverse_operator.h.

◆ fMRI_prior

MNELIB::MNECovMatrix* INVERSELIB::MNEInverseOperator::fMRI_prior

Definition at line 130 of file mne_inverse_operator.h.

◆ meas_id

FIFFLIB::fiffId INVERSELIB::MNEInverseOperator::meas_id

Definition at line 113 of file mne_inverse_operator.h.

◆ meg_head_t

std::unique_ptr<FIFFLIB::FiffCoordTrans> INVERSELIB::MNEInverseOperator::meg_head_t

Definition at line 115 of file mne_inverse_operator.h.

◆ methods

int INVERSELIB::MNEInverseOperator::methods

Definition at line 117 of file mne_inverse_operator.h.

◆ mri_head_t

std::unique_ptr<FIFFLIB::FiffCoordTrans> INVERSELIB::MNEInverseOperator::mri_head_t

Definition at line 116 of file mne_inverse_operator.h.

◆ nave

int INVERSELIB::MNEInverseOperator::nave

Definition at line 125 of file mne_inverse_operator.h.

◆ nchan

int INVERSELIB::MNEInverseOperator::nchan

Definition at line 118 of file mne_inverse_operator.h.

◆ nn_source

float** INVERSELIB::MNEInverseOperator::nn_source

Definition at line 122 of file mne_inverse_operator.h.

◆ nsource

int INVERSELIB::MNEInverseOperator::nsource

Definition at line 119 of file mne_inverse_operator.h.

◆ orient_prior

MNELIB::MNECovMatrix* INVERSELIB::MNEInverseOperator::orient_prior

Definition at line 128 of file mne_inverse_operator.h.

◆ proj

MNELIB::MNEProjOp* INVERSELIB::MNEInverseOperator::proj

Definition at line 136 of file mne_inverse_operator.h.

◆ rr_source

float** INVERSELIB::MNEInverseOperator::rr_source

Definition at line 121 of file mne_inverse_operator.h.

◆ sensor_cov

MNELIB::MNECovMatrix* INVERSELIB::MNEInverseOperator::sensor_cov

Definition at line 124 of file mne_inverse_operator.h.

◆ sing

float* INVERSELIB::MNEInverseOperator::sing

Definition at line 131 of file mne_inverse_operator.h.

◆ source_cov

MNELIB::MNECovMatrix* INVERSELIB::MNEInverseOperator::source_cov

Definition at line 127 of file mne_inverse_operator.h.

◆ spaces

std::vector<std::unique_ptr<MNELIB::MNESourceSpace> > INVERSELIB::MNEInverseOperator::spaces

Definition at line 114 of file mne_inverse_operator.h.

◆ trace_ratio

float INVERSELIB::MNEInverseOperator::trace_ratio

Definition at line 135 of file mne_inverse_operator.h.


The documentation for this class was generated from the following files: