Is it currently possible to mark multiple locations for synapse (expsyn)? #1588
-
|
In the Ring Network Tutorial can I do something like and then or maybe with a more compact syntax or even PS: Also, in the current version of arbor decoration is done by Is this still supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
The first 2 methods you described: and will work. This is because Also, the old way of painting mechanisms on the cell is no longer supported, the decor has replaced that interface. The benefit of this |
Beta Was this translation helpful? Give feedback.
The first 2 methods you described:
and
will work.
This, however, will not:
This is because
synapse_sitewill refer to a region on the cell, and synapses can only be placed on locsets, i.e. distinct points on the morphology.Also, the old way of painting mechanisms on the cell …