v2.0.0
Loading...
Searching...
No Matches
MNELIB::MNEChSelection Class Reference

#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

Detailed Description

Channel selection.

Definition at line 25 of file mne_ch_selection.h.

Constructor & Destructor Documentation

◆ MNEChSelection()

MNELIB::MNEChSelection::MNEChSelection ( )
default

◆ ~MNEChSelection()

MNELIB::MNEChSelection::~MNEChSelection ( )
default

Member Data Documentation

◆ ch_kind

Eigen::VectorXi MNELIB::MNEChSelection::ch_kind

Kinds of the channels corresponding to picks.

Definition at line 39 of file mne_ch_selection.h.

◆ chdef

QStringList MNELIB::MNEChSelection::chdef

Channel definitions (may contain regular expressions).

Definition at line 32 of file mne_ch_selection.h.

◆ chspick

QStringList MNELIB::MNEChSelection::chspick

Translated into channel names using the present data.

Definition at line 34 of file mne_ch_selection.h.

◆ chspick_nospace

QStringList MNELIB::MNEChSelection::chspick_nospace

The same without spaces.

Definition at line 35 of file mne_ch_selection.h.

◆ kind

int MNELIB::MNEChSelection::kind = 0

Loaded from file or created here?

Definition at line 41 of file mne_ch_selection.h.

◆ name

QString MNELIB::MNEChSelection::name

Name of this selection.

Definition at line 31 of file mne_ch_selection.h.

◆ nchan

int MNELIB::MNEChSelection::nchan = 0

How many picked channels?

Definition at line 40 of file mne_ch_selection.h.

◆ ndef

int MNELIB::MNEChSelection::ndef = 0

How many of them.

Definition at line 33 of file mne_ch_selection.h.

◆ nderiv

int MNELIB::MNEChSelection::nderiv = 0

How many derivations in the above.

Definition at line 38 of file mne_ch_selection.h.

◆ pick

Eigen::VectorXi MNELIB::MNEChSelection::pick

Corresponding channels in raw data (< 0 indicates missing).

Definition at line 36 of file mne_ch_selection.h.

◆ pick_deriv

Eigen::VectorXi MNELIB::MNEChSelection::pick_deriv

Corresponding derivations in raw data.

Definition at line 37 of file mne_ch_selection.h.


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