remove_child_stars#

skysim.query.remove_child_stars(star_table, maximum_magnitude)[source]#

Check the given table for parent-child pairs, and remove the children if they exist.

Parameters:
star_tableastropy.table.QTable

Table to checked.

maximum_magnitudefloat

Filtering value for the children.

Returns:
astropy.table.QTable

Table with only parent items.