Skip to content

Bug in EEG processing and Event Related Potentials Tutorial #7874

@dimitriospantazis

Description

@dimitriospantazis

Describe the bug

I believe the plot_eeg_erp.py tutorial does not combine trials properly. Lines 145-148 should use:
aud_l = epochs["auditory/left"].average()
instead of
aud_l = epochs["auditory","left"].average()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions