figure_compare

figure_compare(raw: list[Raw], labels: list[str], avg: bool = True, n_jobs: int = None, **kwargs)[source][source]

Plots the psd of a list of raw objects

Parameters:
  • raw (list[Raw]) – The raw objects to plot

  • labels (list[str]) – The labels for the raw objects

  • avg (bool, optional) – Whether to average the psd over channels, by default True

  • n_jobs (int, optional) – The number of jobs to use for the computation, by default None

  • **kwargs – Additional keyword arguments to pass to Raw.compute_psd()

Examples using ieeg.viz.ensemble.figure_compare

Line noise filtering script

Line noise filtering script