You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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%).
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.
The text was updated successfully, but these errors were encountered:
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
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%).
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.
The text was updated successfully, but these errors were encountered: