Skip to content

Newer MNE versions don't support arbitrary info fields #250

@jrudoler

Description

@jrudoler

Important example is "truncated_events_pre" and "truncated_events post" here:

# Add information about how many events needed to be truncated
eeg.info['truncated_events_pre'] = truncated_events_pre
eeg.info['truncated_events_post'] = truncated_events_post

This is used to trim events, to make sure that eeg epochs which overrun the file are excluded (mne drops the eeg automatically but we need to keep track of which events are dropped to properly index our events struct)

Need to fix this and implement a new approach to the problem

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