Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Annotations from the original Raw object that is preserved in Temporal, or Epoch Connectivity #51

Closed
adam2392 opened this issue Oct 27, 2021 · 1 comment · Fixed by #58

Comments

@adam2392
Copy link
Member

Describe the problem

Right now, if there are annotations defined on a Raw object, e.g. a seizure occurs at time point 60 seconds for duration 10 seconds, then that annotation is lost in a connectivity object. If the connectivity object somehow preserves time (e.g. continuously as a Temporal*Connectivity object, or as epochs as a Epoch*Connectivity object), then the annotation should map to a specific time point, or epoch.

The main issue is mapping to a specific epoch.

Describe your solution

We have to wait for a solution to come out of mne-tools/mne-python#8376 (comment)

and then copy that logic flow for our Epoch*Connectivity data structures.

@adam2392
Copy link
Member Author

Waiting on mne-tools/mne-python#9969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant