frb.surveys.vista
VISTA catalog
- class frb.surveys.vista.VISTA_Survey(coord, radius, **kwargs)[source]
Bases:
DL_SurveyClass to handle queries on the DECaL 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
- get_catalog(query=None, query_fields=None, print_query=False, system='AB', **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
system (str) – Magnitude system [‘AB’, ‘Vega’]
- Returns:
Catalog of sources returned. Includes WISE photometry for matched sources.
- Return type:
astropy.table.Table