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_table
astropy.table.QTable Table to checked.
- maximum_magnitude
float Filtering value for the children.
- star_table
- Returns:
astropy.table.QTableTable with only parent items.