Skip to content

ENH: Add evoked.get_data #9244

@larsoner

Description

@larsoner

In #9241 there are lines like:

evoked_eeg_interp.data[evoked_eeg_interp.ch_names.index('EEG 004'), :]

We should have evoked.get_data like we have for epochs and raw so this can just become:

evoked_eeg_interp.get_data('EEG 004')

and become more API-consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions