neurom.analysis.morphtree.i_section_path_length

neurom.analysis.morphtree.i_section_path_length(tree, use_start_point=False)

Return an iterator of path lengths of tree sections

Path lengths are measured to the tree’s root.

Parameters:
  • tree – tree object
  • use_start_point – If true, calculate path length from section start point, else from end-point (default, False)