lib module

analyze function

#let analyze(
  cell,
  domain: "neurites",
  section-boundaries: "topology-and-type",
)

Documentation

Compute summary metrics, section decomposition, tortuosity, root path distances, and Strahler order in one WASM call.

Parameters

  • cell (dictionary): The morphology to analyze.
  • domain (str): Node domain included in cable metrics, typically "neurites". Default: "neurites".
  • section-boundaries (str): Rule used to split morphology sections. Default: "topology-and-type".

Returns

dictionary

Defined in lib.typ:198.

Source

Module
lib
Defined in
lib.typ:198
Source
View source