child_ids#

brainglobe_atlasapi.structure_tree_util.child_ids(structure: int, structure_list: List[Dict]) List[int][source]#

Return a list of IDs of the children of a given structure.

Parameters:
  • structure (int) – The structure to find the children of.

  • structure_list (list) – A list of structures to search within.

Returns:

A list of child IDs.

Return type:

list