braindecode.preprocessing.ReorderChannels#
- class braindecode.preprocessing.ReorderChannels(ch_names)[source]#
Braindecode preprocessor wrapper for
reorder_channels().Reorder channels.
- Parameters:
- ch_nameslist
The desired channel order.
- Returns:
- instinstance of Raw, Epochs, or Evoked
The modified instance.
See also
drop_channelspick_typespick_channels
Notes
Channel names must be unique. Channels that are not in
ch_namesare dropped.Added in version 0.16.0.