frb.surveys.decals

DECaLS

class frb.surveys.decals.DECaL_Survey(coord, radius, **kwargs)[source]

Bases: DL_Survey

Class to handle queries on the DECaL survey

Child of DL_Survey which uses datalab to access NOAO

Args:
  • coord (SkyCoord) – Coordinate for surveying around

  • radius (Angle) – Search radius around the coordinate

__init__(coord, radius, **kwargs)[source]
get_catalog(query=None, query_fields=None, print_query=False, exclude_stars=False, **kwargs)[source]

Grab a catalog of sources around the input coordinate to the search radius

Args:
  • query – SQL query

  • query_fields (list, optional) – Over-ride list of items to query

  • exclude_gaia (bool,optional) – If the field ‘type’ is present and is ‘PSF’, remove those objects from the output catalog.

  • print_query (bool) – Print the SQL query generated

Returns:

Catalog of sources returned

Can be empty

Return type:

astropy.table.Table