mne.match_channel_orders#

mne.match_channel_orders(raws, copy=True)[source]#

Ensure consistent channel order across raws.

Parameters
rawslist

List of Raw instances to order.

copybool

If True, data will be copied. Otherwise data may be modified in place. Defaults to True.

Returns
list of Raw

List of Raws with matched channel orders.