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 |
Parameters for SSS-based bad channel detection.
Definition at line 53 of file bad_channels_maxwell.h.
| double UTILSLIB::BadChannelsMaxwellParams::dMinRatio = 1e-4 |
Minimum relative residual to consider (skip near-zero).
Definition at line 60 of file bad_channels_maxwell.h.
| double UTILSLIB::BadChannelsMaxwellParams::dZThreshold = 4.0 |
Z-score threshold for flagging bad channels.
Definition at line 58 of file bad_channels_maxwell.h.
| int UTILSLIB::BadChannelsMaxwellParams::iBlockSize = 0 |
Block size for averaging (0 = use all data).
Definition at line 59 of file bad_channels_maxwell.h.
| int UTILSLIB::BadChannelsMaxwellParams::iOrderIn = 8 |
Internal SSS order.
Definition at line 55 of file bad_channels_maxwell.h.
| int UTILSLIB::BadChannelsMaxwellParams::iOrderOut = 3 |
External SSS order.
Definition at line 56 of file bad_channels_maxwell.h.
| 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.