get_irsa_catalog¶
- grizli.catalog.get_irsa_catalog(ra=165.86, dec=34.829694, radius=3, catalog='allwise_p3as_psd', wise=False, twomass=False, ROW_LIMIT=500000, TIMEOUT=3600)[source]¶
Query for objects in the AllWISE source catalog
- Parameters
- ra, decfloat
Center of the query region, decimal degrees
- radiusfloat
Radius of the query, in arcmin
- catalogstr
Catalog to query. Default is
allwise_p3as_psd
. 2MASS isfp_psc
.- wisebool
Query the WISE catalog. Default is False.
- twomassbool
Query the 2MASS catalog. Default is False.
- ROW_LIMITint
Maximum number of rows to return. Default is 500000.
- TIMEOUTint
Timeout for the query. Default is 3600.
- Returns
- table
Table
Result of the query
- table