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_channels
pick_types
pick_channels

Notes

Channel names must be unique. Channels that are not in ch_names are dropped.

Added in version 0.16.0.