Spreading Synapses Across Dendrites
Posted: Tue Jul 15, 2008 6:47 pm
I'm trying to spread a collection of synapses uniformly across multiple dendritic compartments. Currently I'm doing this by specifying a distance, say 20 microns, then starting at the most distal point on a distal dendrite, I work my way inwards toward the soma. The problem is that I have to constantly check whether or not the next synapse will have to placed on the parent dendritic compartment. Though doing it this way works, is there a more clever way to use the distance() function to find out where to put the synapse.
For example, say the distal dendrite is 50 microns, and the synapse spacing is 20 microns. Then could I use the distance() function for the 3rd synapse which has to be placed 10 microns from the end of the distal dendrite's parent?
For example, say the distal dendrite is 50 microns, and the synapse spacing is 20 microns. Then could I use the distance() function for the 3rd synapse which has to be placed 10 microns from the end of the distal dendrite's parent?