neat.MorphTree.storeLocs

MorphTree.storeLocs(*args, **kwargs)[source]

Store locations under a specified name

Parameters
  • locs (list of dicts, tuples or neat.MorphLoc) – the locations to be stored

  • name (string) – name under which these locations are stored

  • warn (bool (default True)) – raise a UserWarning if two or more locations in locs refer to the soma. Choose False if this is desired to remove the warning.