#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 61 of file mne_ch_selection.h.
|
default |
|
default |
| Eigen::VectorXi MNELIB::MNEChSelection::ch_kind |
Kinds of the channels corresponding to picks.
Definition at line 75 of file mne_ch_selection.h.
| QStringList MNELIB::MNEChSelection::chdef |
Channel definitions (may contain regular expressions).
Definition at line 68 of file mne_ch_selection.h.
| QStringList MNELIB::MNEChSelection::chspick |
Translated into channel names using the present data.
Definition at line 70 of file mne_ch_selection.h.
| QStringList MNELIB::MNEChSelection::chspick_nospace |
The same without spaces.
Definition at line 71 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::kind = 0 |
Loaded from file or created here?
Definition at line 77 of file mne_ch_selection.h.
| QString MNELIB::MNEChSelection::name |
Name of this selection.
Definition at line 67 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::nchan = 0 |
How many picked channels?
Definition at line 76 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::ndef = 0 |
How many of them.
Definition at line 69 of file mne_ch_selection.h.
| int MNELIB::MNEChSelection::nderiv = 0 |
How many derivations in the above.
Definition at line 74 of file mne_ch_selection.h.
| Eigen::VectorXi MNELIB::MNEChSelection::pick |
Corresponding channels in raw data (< 0 indicates missing).
Definition at line 72 of file mne_ch_selection.h.
| Eigen::VectorXi MNELIB::MNEChSelection::pick_deriv |
Corresponding derivations in raw data.
Definition at line 73 of file mne_ch_selection.h.