bemobil_mne.preproc.get_raw_subset#
- bemobil_mne.preproc.get_raw_subset(raw, subset_chs=None)[source]#
Return a copy of raw containing only the requested subset of channels.
- Parameters:
- raw
mne.io.BaseRaw Source recording.
- subset_chs
listofstr|None Channel names to keep. Defaults to
SUBSET_CHANNELS(frontal channels of the equidistant cap).
- raw
- Returns:
mne.io.Raw|NoneCopy of raw with only the available subset channels, or
Noneif none of the requested channels are present.