neat.MorphTree.store_locs¶
- MorphTree.store_locs(*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. ChooseFalseif this is desired to remove the warning.