-
Hi, I am trying to figure out on how to use the Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Lungsi, The https://arbor.readthedocs.io/en/pydoc/morphology.html The You can install a recent version by checking out the GitHub repository and building it yourself, or alternatively via pip: pip install git+https://github.com/arbor-sim/arbor.git I hope this helps you get started. Feel free to give us more detail about your morphology-building use case, so that we can give more specific advice, and give us feedback, while I prepare the documentation.
|
Beta Was this translation helpful? Give feedback.
Hello Lungsi,
The
sample_tree
interface has been replaced withsegment_tree
s, which allow Arbor to model a wider range of morphology characteristics. Unfortunately, as you point out, some of the documentation has not yet been updated. There are some draft documents on the following link. It still requires some work to remove all of thesegment_tree
references.https://arbor.readthedocs.io/en/pydoc/morphology.html
The
master
branch containssegment_tree
s, however the most recent release (which you get if installingpip install arbor
does not.)You can install a recent version by checking out the GitHub repository and building it yourself, or alternatively via pip: