gaia_catalogue_from_obs_table#

niriss_tools.pipeline.gaia_catalogue_from_obs_table(res, min_radius=3, **kwargs)[source]#

Get GAIA catalogue, using an observation table as reference.

Modified from gaia_catalog_for_assoc.

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.

**kwargsdict

Any additional arguments to pass through to get_gaia_vizier.

Returns:
Table

Result of the query.