get_panstarrs_catalog

grizli.catalog.get_panstarrs_catalog(ra=0.0, dec=0.0, radius=3.0, corners=None, max_records=500000, verbose=True, extra='AND "II/349/ps1".e_imag < 0.2 AND "II/349/ps1".e_RAJ2000 < 0.15 AND "II/349/ps1".e_DEJ2000 < 0.15')[source]

Get PS1 from Vizier

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.0.

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

max_recordsint

Maximum number of rows to return. Default is 500000.

verbosebool

Print information. Default is True.

extrastr

Additional query string. Default is ‘AND “II/349/ps1”.e_imag < 0.2 AND “II/349/ps1”.e_RAJ2000 < 0.15 AND “II/349/ps1”.e_DEJ2000 < 0.15’.

Returns
tabTable

Result of the query.