Skip to main content

RtHpiWorker

Namespace: RTPROCESSINGLIB  ·  Library: DSP Library

#include <dsp/rt_hpis.h>

class RTPROCESSINGLIB::RtHpiWorker

Real-time HPI worker.

Background worker thread that runs continuous HPI coil localization.

Inheritance


Public Methods

RtHpiWorker(sensorSet)

Creates the real-time HPI worker object.

Parameters:

  • pFiffInfo Associated Fiff Information.

doWork(matData, matProjectors, hpiModelParameters, matCoilsHead)

Perform one single HPI fit.

Parameters:

  • matData : const Eigen::MatrixXd & Data to estimate the HPI positions from.

  • matProjectors : const Eigen::MatrixXd & The projectors to apply. Bad channels are still included.

  • vFreqs The frequencies for each coil.

  • pFiffInfo Associated Fiff Information.


Authors of this file