Search found 2 matches

by Mike Neubig
Sat Sep 16, 2006 11:40 pm
Forum: Anatomically detailed models
Topic: collapse a dendritic tree
Replies: 17
Views: 23101

the distributed nature of a dendritic arbor creates an uncoupled environment for synapses and membrane channels. collapsing a dendritic arbor into one with fewer branches, or a single tree, or a long cyclinder couples them.
by Mike Neubig
Thu Sep 14, 2006 2:16 pm
Forum: Anatomically detailed models
Topic: collapse a dendritic tree
Replies: 17
Views: 23101

in cycmake(), this line looks suspicious: if(secpathri.x(sec)>=CUTOFF2 && secpathri.x(sec)< 1e10) { it probably needs to be something like: if(secpathri.x(sec)>=CUTOFF2 && secpathri.x(sec)< CUTOFF3) { ========== ...... but i would suggest approaching your revisions in a new way: 1) m...