get_desdr1_catalog

grizli.catalog.get_desdr1_catalog(ra=0.0, dec=0.0, radius=3, corners=None, max=100000, extra=' AND (e_rmag < 0.15 OR e_imag < 0.15)', verbose=True)[source]

Query DES DR1 Catalog from Vizier

The default extra query returns well-detected sources in one or more red bands.

Wrapper for query_tap_catalog.

Parameters
ra, decfloat

Center of the query region, decimal degrees. Default is 0.0, 0.0.

radiusfloat

Radius of the query, in arcmin. Default is 3.

corners4-tuple, WCS or None

ra_min, ra_max, dec_min, dec_max of a query box to use instead of radius. Or if a WCS object, get limits from the calc_footprint method

maxint

Maximum number of rows to return. Default is 100000.

extrastr

Additional query string. Default is ” AND (e_rmag < 0.15 OR e_imag < 0.15)”.

verbosebool

Print information. Default is True.

Returns
tabTable

Result of the query