#include <mne_ch_selection.h>
Public Member Functions | |
| MNEChSelection ()=default | |
| ~MNEChSelection ()=default | |
Public Attributes | |
| QString | name |
| QStringList | chdef |
| int | ndef = 0 |
| QStringList | chspick |
| QStringList | chspick_nospace |
| Eigen::VectorXi | pick |
| Eigen::VectorXi | pick_deriv |
| int | nderiv = 0 |
| Eigen::VectorXi | ch_kind |
| int | nchan = 0 |
| int | kind = 0 |
Channel selection.
Definition at line 25 of file mne_ch_selection.h.
|
default |
|
default |
| Eigen::VectorXi MNELIB::MNEChSelection::ch_kind |
Kinds of the channels corresponding to picks.
Definition at line 39 of file mne_ch_selection.h.
| QStringList MNELIB::MNEChSelection::chdef |
Channel definitions (may contain regular expressions).
Definition at line 32 of file mne_ch_selection.h.
| QStringList MNELIB::MNEChSelection::chspick |
Translated into channel names using the present data.
Definition at line 34 of file mne_ch_selection.h.
| QStringList MNELIB::MNEChSelection::chspick_nospace |
The same without spaces.
Definition at line 35 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::kind = 0 |
Loaded from file or created here?
Definition at line 41 of file mne_ch_selection.h.
| QString MNELIB::MNEChSelection::name |
Name of this selection.
Definition at line 31 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::nchan = 0 |
How many picked channels?
Definition at line 40 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::ndef = 0 |
How many of them.
Definition at line 33 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::nderiv = 0 |
How many derivations in the above.
Definition at line 38 of file mne_ch_selection.h.
| Eigen::VectorXi MNELIB::MNEChSelection::pick |
Corresponding channels in raw data (< 0 indicates missing).
Definition at line 36 of file mne_ch_selection.h.
| Eigen::VectorXi MNELIB::MNEChSelection::pick_deriv |
Corresponding derivations in raw data.
Definition at line 37 of file mne_ch_selection.h.