filter_objects_brightness#
- skysim.populate.filter_objects_brightness(maximum_magnitude, objects_table)[source]#
Filter a table of objects by the maximum magitude that can be seen.
- Parameters:
- maximum_magnitude
float Highest (inclusive) value for magnitude.
- objects_table
astropy.table.QTable Table to be filtered. Should have a “magnitude” column.
- maximum_magnitude
- Returns:
astropy.table.QTableFiltered table.