pop_rmbase#

pop_rmbase(EEG=<object object>, timerange=None, pointrange=None, chanlist=None, *, gui=None, renderer=None, return_com=False)#

Remove baseline means from an epoched or continuous EEG dataset.

timerange uses the units stored in EEG["times"]. pointrange and numeric chanlist values use EEGLAB-facing 1-based indices. Calling pop_rmbase(EEG) opens the GUI; pass explicit ranges or gui=False for direct command-line use.

Parameters:
  • EEG (Any)

  • timerange (Any)

  • pointrange (Any)

  • chanlist (Any)

  • gui (bool | None)

  • renderer (Any | None)

  • return_com (bool)