v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::BadChannelsMaxwellParams Struct Reference

Parameters for SSS-based bad channel detection. More...

#include <bad_channels_maxwell.h>

Public Attributes

int iOrderIn = 8
int iOrderOut = 3
Eigen::Vector3d origin {0.0, 0.0, 0.04}
double dZThreshold = 4.0
int iBlockSize = 0
double dMinRatio = 1e-4

Detailed Description

Parameters for SSS-based bad channel detection.

Definition at line 53 of file bad_channels_maxwell.h.

Member Data Documentation

◆ dMinRatio

double UTILSLIB::BadChannelsMaxwellParams::dMinRatio = 1e-4

Minimum relative residual to consider (skip near-zero).

Definition at line 60 of file bad_channels_maxwell.h.

◆ dZThreshold

double UTILSLIB::BadChannelsMaxwellParams::dZThreshold = 4.0

Z-score threshold for flagging bad channels.

Definition at line 58 of file bad_channels_maxwell.h.

◆ iBlockSize

int UTILSLIB::BadChannelsMaxwellParams::iBlockSize = 0

Block size for averaging (0 = use all data).

Definition at line 59 of file bad_channels_maxwell.h.

◆ iOrderIn

int UTILSLIB::BadChannelsMaxwellParams::iOrderIn = 8

Internal SSS order.

Definition at line 55 of file bad_channels_maxwell.h.

◆ iOrderOut

int UTILSLIB::BadChannelsMaxwellParams::iOrderOut = 3

External SSS order.

Definition at line 56 of file bad_channels_maxwell.h.

◆ origin

Eigen::Vector3d UTILSLIB::BadChannelsMaxwellParams::origin {0.0, 0.0, 0.04}

Expansion origin (metres, head frame).

Definition at line 57 of file bad_channels_maxwell.h.


The documentation for this struct was generated from the following file: