You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Asymmetric example o--x-x------x--------x--o--x-x------x--------x--o
This imposes directionality in the VTA from an array.
Example
fromAxon_files.axonimport*a=Axon({}) # the default centered axon# according to McIntyre each internode must be comprised of # MYSA -- FLUT -- 6x STIN -- FLUE -- MYSA# sandwiched by Ranvier nodes. The default reference axon# has 20 compartments each with 10 internodal segments. ref_nodes=a._Axon__create_ref_nodes() # shape: 221inter1=ref[1:11] # location of the 10 segments of first internodal compartment# inter2 = ref[12:22] # location of the 10 segments of second internodal compartment# ...# if the internodal segments are symmetric, then their# location difference too must be symmetricnp.diff(inter1) # it's not!
The text was updated successfully, but these errors were encountered:
OSS-DBS/OSS_platform/Axon_files/axon.py
Line 176 in a06b533
This function doesn't make symmetric axons, although centered.
Symmetric exmaple
o--x-x------x------x-x--o-x-x------x------x-x--o
Asymmetric example
o--x-x------x--------x--o--x-x------x--------x--o
This imposes directionality in the VTA from an array.
Example
The text was updated successfully, but these errors were encountered: