filter_objects_fov#
- skysim.populate.filter_objects_fov(radec, fov, objects_table)[source]#
Filter a table of objects by their distance to a point.
- Parameters:
- radec
astropy.coordinates.SkyCoord Point of observations.
- fov
astropy.units.Quantity[angle] Field of view (2x visible radius).
- objects_table
astropy.table.QTable Table of objects to be filtered.
- radec
- Returns:
astropy.table.QTableFiltered table.