child_ids#
- brainglobe_atlasapi.structure_tree_util.child_ids(structure, structure_list)[source]#
Return a list of IDs of the children of a given structure.
- Parameters:
structure (dict) – 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