Background worker thread that recomputes the MNE inverse operator when covariance updates arrive. More...
#include <rt_inv_op.h>
Signals | |
| void | resultReady (const MNELIB::MNEInverseOperator &invOp) |
Public Member Functions | |
| void | doWork (const RtInvOpInput &inputData) |
Background worker thread that recomputes the MNE inverse operator when covariance updates arrive.
Real-time inverse operator worker.
Definition at line 93 of file rt_inv_op.h.

| void RtInvOpWorker::doWork | ( | const RtInvOpInput & | inputData | ) |
Perform actual inverse operator creation.
| [in] | inputData | Data to estimate the inverse operator from. |
Definition at line 72 of file rt_inv_op.cpp.
|
signal |
Emit this signal whenever a new inverse operator was estimated.
| [in] | invOp | The final inverse operator estimation. |