frb.surveys.nsc

NOIRLab source catalog

class frb.surveys.nsc.NSC_Survey(coord, radius, **kwargs)[source]

Bases: DL_Survey

Class to handle queries on the NSC survey

Child of DL_Survey which uses datalab to access NOAO

Args:
  • coord (SkyCoord) – Coordiante 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, **kwargs)[source]

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

Args:
  • query – Not used

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

  • print_query (bool) – Print the SQL query generated

Returns:

Catalog of sources returned. Includes WISE photometry for matched sources.

Return type:

astropy.table.Table