neat.MorphTree.extend_with_bifurcation_locs¶
- MorphTree.extend_with_bifurcation_locs(loc_arg, name='dont save')[source]¶
Extends input loc_arg with the intermediate bifurcations. They are appended to the end of the list
- Parameters:
loc_arg (list of neat.MorphLoc or string) – the locations
name (string (optional)) – The name under which the list of bifurcation locs will be stored. Defaults to ‘dont save’ which means they are not stored.
- Returns:
the extended location list
- Return type:
list of neat.MorphLoc