show_brain

show_brain(my_raw: BaseRaw | BaseEpochs | Evoked, trans: Transform, sub_id: str | PathLike, subjects_dir: str | PathLike = None, overwrite: bool = False)[source][source]

Shows the brain with the electrodes projected onto it

Parameters:
  • my_raw (Signal) – The data to plot

  • trans (mne.transforms.Transform) – The transformation to use

  • sub_id (PathLike) – The subject id

  • subjects_dir (PathLike, optional) – The subjects directory, by default LAB_root / ‘ECoG_Recon_Full’

  • overwrite (bool, optional) – Whether to overwrite the watershed bem, by default False