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 plottrans (
mne.transforms.Transform) – The transformation to usesub_id (
PathLike) – The subject idsubjects_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