Result of SSS-based bad channel detection. More...
#include <bad_channels_maxwell.h>
Public Attributes | |
| QStringList | badChannels |
| QList< int > | badIndices |
| Eigen::VectorXd | residuals |
| Eigen::VectorXd | zScores |
Result of SSS-based bad channel detection.
Definition at line 67 of file bad_channels_maxwell.h.
| QStringList UTILSLIB::BadChannelsMaxwellResult::badChannels |
Names of detected bad channels.
Definition at line 69 of file bad_channels_maxwell.h.
| QList<int> UTILSLIB::BadChannelsMaxwellResult::badIndices |
Indices in the MEG channel list.
Definition at line 70 of file bad_channels_maxwell.h.
| Eigen::VectorXd UTILSLIB::BadChannelsMaxwellResult::residuals |
Per-channel reconstruction residuals.
Definition at line 71 of file bad_channels_maxwell.h.
| Eigen::VectorXd UTILSLIB::BadChannelsMaxwellResult::zScores |
Per-channel z-scores of residuals.
Definition at line 72 of file bad_channels_maxwell.h.