make_gaia_stars

romanisim.catalog.make_gaia_stars(coord, radius=0.1, date=None, bandpasses=None, **kwargs)

Make a catalog of stars from the Gaia catalog.

Parameters:
coordastropy.coordinates.SkyCoord

Location around which to generate sources.

radiusfloat

Radius in degrees in which to generate sources

dateastropy.time.Time

Optional argument to provide a date and time for stellar search

bandpasseslist[str]

List of names of bandpasses for which to generate fluxes.

Returns:
catalogastropy.Table

Table for use with table_to_catalog to generate catalog for simulation.