get_child_stars# skysim.query.get_child_stars(parent_stars, maximum_magnitude)[source]# Query SIMBAD for any child objects of parent_stars. Parameters: parent_starstuple[str]SIMAD ids. maximum_magnitudefloatFiltering value for the children. Returns: collections.abc.Collection[str]Child ids.