Skip to main content

MinimumNormSettingsView

Namespace: DISPLIB  ·  Library: Display Library

#include <disp/minimumnormsettingsview.h>

class DISPLIB::MinimumNormSettingsView

Inverse-method / regularisation panel (MNE, dSPM, sLORETA) for the on-line source estimator.

Combo boxes pick the inverse method, spinboxes set the SNR lambda and the time-frame window; edits propagate via Qt signals to the rtprocessing inverse job.

Inheritance


Public Methods

MinimumNormSettingsView(sSettingsPath, sMethod, parent, f)

Constructs a MinimumNormSettingsView which is a child of parent.

Parameters:

  • parent : *QWidget ** parent of widget.

~MinimumNormSettingsView()

Destroys the MinimumNormSettingsView.


setTriggerTypes(lTriggerTypes)

Destroys the MinimumNormSettingsView.

Parameters:

  • lTriggerTypes : const QStringList & The new trigger types.

setModelCheckpoint(sPath)

Sets the model checkpoint path shown in the read-only line edit.

Parameters:

  • sPath : const QString & Absolute path to the model checkpoint file (e.g. .onnx).

getModelCheckpoint()

Returns the current model checkpoint path.


saveSettings()

Saves all important settings of this view via QSettings.


loadSettings()

Loads and inits all important settings of this view via QSettings.


clearView()

Clears the view.


Authors of this file