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

Event based reporting #50

Open
jorblancoa opened this issue Dec 5, 2024 · 0 comments
Open

Event based reporting #50

jorblancoa opened this issue Dec 5, 2024 · 0 comments

Comments

@jorblancoa
Copy link
Collaborator

Description

In the current implementation, soma, synapse, and compartment reports are recorded at every reporting timestep. This approach generates a substantial amount of data, especially for large circuits. To address this, we propose investigating event-based reporting functionality.

Proposed Feature

  1. Conditional Recording: Allow users to specify conditions for recording data. For example, record only when there is a significant change in voltage (e.g., > 10%).

  2. Point Process Activation Reports: Provide an optional report on the activation of point processes (synapses). This report should be similar to the spikes file and include the following columns:

  • Postsynaptic Neuron GID

  • Synapse ID

  • Time of Activation

  • Release Probability at Time of Activation

  • Decision: Release or No Release

These enhancements aim to reduce data volume and provide more targeted insights into circuit behavior.

Use Cases

  • Efficient data management for large-scale simulations.

  • Detailed analysis of synaptic activity and point process dynamics.

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