v2.0.0
Loading...
Searching...
No Matches
mne_ch_selection.h File Reference

Named subset of channels (e.g. "Left-temporal") loaded from an MNE .sel file. More...

#include "mne_global.h"
#include <Eigen/Core>
#include <QString>
#include <QStringList>
Include dependency graph for mne_ch_selection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEChSelection

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Typedefs

typedef MNEChSelection MNELIB::mneChSelectionRec
typedef MNEChSelectionMNELIB::mneChSelection

Detailed Description

Named subset of channels (e.g. "Left-temporal") loaded from an MNE .sel file.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

MNELIB::MNEChSelection represents one entry of the channel selection files shipped with the MNE C tools (per-region groupings of MEG / EEG channels). Used by browsers and analyzers to drive topographic layouts and quick channel subsets.

Definition in file mne_ch_selection.h.