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

Events are difficult to annotate #158

Open
Ichoran opened this issue Jun 24, 2017 · 0 comments
Open

Events are difficult to annotate #158

Ichoran opened this issue Jun 24, 2017 · 0 comments

Comments

@Ichoran
Copy link
Contributor

Ichoran commented Jun 24, 2017

Many experiments contain some sort of experimental manipulation such as delivery of a stimulus that may be instantaneous or may last for a period of time. Despite this being essential to understand the data, there is currently no practical way to express this except to put a custom tag in every animal at every timepoint where something happened.

We should provide some guidance or perhaps an explicit recommendation on how to do this.

One option would be be to create a new top-level key, perhaps events, that would be an array of zero or more event entries that would have the structure ["arbitrary JSON key", 1.0] for an instant event or [{"id": 7, "arbitrary JSON":true}, 3.5, 4.5] for an event that takes some time to unfold. Subselection of time windows and merging of split files could then be handled in reference implementations for WCON.

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

No branches or pull requests

1 participant