bluepyemodel.model.morphology_utils¶
Morphology utils.
Functions
|
Returns the max radial distance of the apical dendrites. |
|
Get the euclidian distance between soma and apical point given a morphology. |
Returns the max radial distances of the apical and basal dendrites. |
|
|
Get hot spot begin and end in terms of soma distance. |
- get_apical_max_radial_distance(morph_path)¶
Returns the max radial distance of the apical dendrites.
- get_apical_point_soma_distance(morph_path)¶
Get the euclidian distance between soma and apical point given a morphology.
- get_basal_and_apical_max_radial_distances(morph_path)¶
Returns the max radial distances of the apical and basal dendrites.
- get_hotspot_location(morph_path, hotspot_percent=20.0)¶
Get hot spot begin and end in terms of soma distance.
Calcium hot spot should be in distal apical trunk, and in primary and secondary tufts, i.e. around apical point, according to Larkum and Zhu, 2002.
Attention! Apical point detection is not always accurate.