HpiSettingsView
Namespace: DISPLIB · Library: Display Library
#include <disp/hpisettingsview.h>
class DISPLIB::HpiSettingsView
Continuous HPI head-position-indicator configuration panel.
Coil-frequency table, GoF threshold spinbox, continuous HPI toggle and single-shot Fit trigger; emits coil-list and head-movement vectors back to the live pipeline.
Inheritance
Public Methods
HpiSettingsView(sSettingsPath, parent, f)
Constructs a HpiSettingsView object.
Parameters:
-
pFiffInfo The FiffInfo.
-
parent : *QWidget ** The parent widget.
~HpiSettingsView()
setErrorLabels(vError, dMeanErrorDist)
Updates the error related labels.
Parameters:
-
vError : const QVector< double > & the new error values.
-
dMeanErrorDist : const double the mean error value.
setGoFLabels(vGoF, dMeanGof)
Updates the gof related labels.
Parameters:
-
vGoF : const Eigen::VectorXd & the new gof values.
-
dMeanGof : const double the mean gof value.
setMovementResults(dMovement, dRotation)
Updates the movement refered to last reference head position.
Parameters:
-
dMovement : double the movement refered to last fit.
-
dRotation : double the rotation refered to last fit.