neurom.ezy.neuron.Neuron.get_section_radial_distances

Neuron.get_section_radial_distances(origin=None, use_start_point=False, neurite_type=<TreeType.all: 32>)

Get an iterable containing section radial distances to origin of all neurites of a given type

Parameters:
  • origin – Point wrt which radial dirtance is calulated (default tree root)
  • use_start_point – if true, use the section’s first point, otherwise use the end-point (default False)
  • neurite_type – Type of neurites to be considered (default all)