get_skymapper_catalog¶
- grizli.catalog.get_skymapper_catalog(ra=0.0, dec=0.0, radius=3.0, corners=None, max_records=500000, verbose=True, extra='')[source]¶
Get Skymapper DR1 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 aWCS
object, get limits from thecalc_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 “”.
- Returns
- tab
Table
Result of the query.
- tab