radec_catalogue_from_obs_table#

niriss_tools.pipeline.radec_catalogue_from_obs_table(res, min_radius=3, reference_catalogues=['LS_DR10', 'GAIA', 'EUCLID_Q1', 'LS_DR9', 'PS1', 'Hubble', 'NSC', 'SDSS', 'WISE', 'DES'], **kwargs)[source]#

Get RA/Dec catalogue, using an observation table as reference.

Modified from get_radec_catalog.

Parameters:
resastropy.table.Table

The table containing the exposure information, as generated by construct_exposure_table.

min_radiusfloat

Minimum query radius in arcmin, by default 3.

reference_catalogueslist

Order in which to query reference catalogs. Options are ‘GAIA’ (GAIA DR3), ‘PS1’ (STScI PanSTARRS), ‘SDSS’, ‘WISE’, ‘NSC’ (NOAO Source Catalog), ‘DES’ (Dark Energy Survey DR1), ‘Hubble’ (Hubble Source Catalog v3), ‘LS_DR9’, ‘LS_DR10’ (LegacySurveys DR9, DR10), EUCLID_Q1 (Euclid Q1).

**kwargsdict

Any additional arguments to pass through to the relevant function in grizli.catalog.

Returns:
Table

Result of the query.