RtInvOp
Namespace: RTPROCESSINGLIB · Library: DSP Library
#include <dsp/rt_inv_op.h>
class RTPROCESSINGLIB::RtInvOp
Real-time inverse dSPM, sLoreta inverse operator estimation.
Controller that manages RtInvOpWorker for online inverse operator updates.
Inheritance
Public Methods
RtInvOp(p_pFiffInfo, p_pFwd, parent)
Creates the real-time inverse operator estimation object.
Parameters:
-
p_pFiffInfo : QSharedPointer<FiffInfo> & Fiff measurement info.
-
p_pFwd : QSharedPointer<MNEForwardSolution> & Forward solution.
-
parent : *QObject ** Parent QObject (optional).
~RtInvOp()
Destroys the inverse operator estimation object.
append(noiseCov)
Slot to receive incoming noise covariance estimations.
Parameters:
- noiseCov : const FiffCov & Noise covariance estimation.
setFwdSolution(pFwd)
Slot to receive incoming forward solution.
Parameters:
- pFwd : QSharedPointer<MNEForwardSolution> Forward solution.
restart()
Restarts the thread by interrupting its computation queue, quitting, waiting and then starting it again.
stop()
Stops the thread by interrupting its computation queue, quitting and waiting.
Authors of this file
- Christoph Dinh <christoph.dinh@mne-cpp.org>