neurom.ezy.neuron.Neuron.get_section_path_distances

Neuron.get_section_path_distances(use_start_point=False, neurite_type=<TreeType.all: 32>)

Get section path distances of all neurites of a given type The section path distance is measured to the neurite’s root.

Parameters:
  • use_start_point – boolean if true, use the section’s first point, otherwise use the end-point (default False)
  • neurite_type – TreeType Type of neurites to be considered (default all)
Returns:

Iterable containing the section path distances.