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

Replace syn_type_id with connection_model for synapses. #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/sonata_tech.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ Group column represents the HDF group where the dataset is located under /<popul
where :math:`ca` denotes the simulated calcium concentration in
millimolar and :math:`y` a scalar such that at :math:`ca = 2.0:\ u_\text{final} = u`. (Markram et al., 2015)

/0 ``syn_type_id`` uint32 Mandatory Takes the value 0 for inhibitory synapses, 100 for excitatory synapses (numerical values due to historic reasons)
/0 ``syn_type_id`` uint32 Mandatory Takes the value 0 for inhibitory synapses, 100 for excitatory synapses (numerical values due to historic reasons). Deprecated, replaced by ``model_template``.
/0/@library ``model_template` uft8 Mandatory Reference to a template or class for the mechanism of the synapse.
matz-e marked this conversation as resolved.
Show resolved Hide resolved
/0 ``syn_property_rule`` uint32 Mandatory The position of the rule that leads to the synapse in the recipe
/0 ``delay`` float32 Mandatory The axonal delay (in ms, ``NaN`` for dendro-dendritic synapses).
/0/@library ``spine_morphology`` utf8 Optional Spine morphology file relative path, without the file extension.
Expand Down