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 metadata to spike recording #1941

Closed
thorstenhater opened this issue Aug 5, 2022 · 1 comment
Closed

Add metadata to spike recording #1941

thorstenhater opened this issue Aug 5, 2022 · 1 comment

Comments

@thorstenhater
Copy link
Contributor

thorstenhater commented Aug 5, 2022

Note: split off from #1929.

Add a metadata field to the spike callback, so that users can filter/attribute spikes.
Suggestions:

  • location as given to place
  • label as given to place
@thorstenhater
Copy link
Contributor Author

After some exploration: There is just no way of handling this without adding a disastrous amount of extra storage.
This makes the decision to integrate detectors into the decor a bit awkward since the mapping (gid, idx) => label
must now be scavenged by the user from decor::placements or by design.

We might come back to this in the future, but for now: closing.

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

No branches or pull requests

2 participants