BlueBrain / NeuroTS

Topological Neuron Synthesis
https://neurots.readthedocs.io/en/stable
Apache License 2.0
36 stars 5 forks source link

Fix: Ensure growth in a section is not biased by parent direction #94

Closed arnaudon closed 9 months ago

arnaudon commented 11 months ago

If we use the direction of the parent, then without noise, we'll make a consistent 'turn' toward the direction of the parent, if the angle at the bif is large. I think this is not so 'nice'.

Here is an example of a synthesized cell with randomness=0 with this PR: Screenshot 2023-11-27 at 13 56 50

and without: Screenshot 2023-11-27 at 13 58 14