Baseline Correction =================== Orange widget that applies the baseline correction on the EEG data **Inputs** - [Epochs][1] **Outputs** - [Epochs][1]: The baseline-corrected Epochs object. [1]: https://mne.tools/0.17/generated/mne.Epochs.html **Use** ![](images/base1.png) 1. Start time - Start of interval for baseline correction 2. End time - End of interval for baseline correction Example ------- ![](images/exa3work.png) ![](images/exa3plot.png) More information [here](https://mne.tools/0.17/generated/mne.Epochs.html#mne.Epochs.apply_baseline).