GaiaCatalog

class ctapointing.catalog.GaiaCatalog(create_from_database=False, filename='gaia_catalog', min_mag=3.0, max_mag=9.0, magnitude_correction=0.25)

Bases: Catalog

Gaia DR2 star catalog. Data to construct the catalog is read from the Gaia server using astroquery.gaia.

__init__(create_from_database=False, filename='gaia_catalog', min_mag=3.0, max_mag=9.0, magnitude_correction=0.25)