pycrostates.datasets.lemon.standardize#
- pycrostates.datasets.lemon.standardize(raw)[source]#
Standardize
Rawfrom the lemon dataset.This function will interpolate missing channels from the standard setup, then reorder channels and finally reference to a common average.
Notes
If you don’t want to interpolate missing channels, you can use
mne.channels.equalize_channels()instead to have the same electrodes across different recordings.