neat.MorphTree.extendWithBifurcationLocs

MorphTree.extendWithBifurcationLocs(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 bifurcation locs

Return type

list of neat.MorphLoc