lib module
sholl function
#let sholl(
cell,
radii: none,
center: none,
center-node: none,
domain: "neurites",
projection: none,
)Documentation
Exact 3D Sholl intersections. Radii and center use cell.units.
Parameters
cell(dictionary): The morphology to analyze.radii(array): Positive Sholl radii in the morphology’s physical unit. Default:none.center(none, array): Optional three-dimensional center coordinate. Default:none.center-node(none, int): Optional node ID used as the center. Default:none.domain(str): Node domain included in the intersection count. Default:"neurites".projection(none, str, dictionary): Optional orthographic projection for two-dimensional analysis. Default:none.
Returns
dictionary
Defined in lib.typ:219.