Conf

class astroquery.gaia.Conf[source]

Bases: ConfigNamespace

Configuration parameters for astroquery.gaia.

Attributes Summary

MAIN_GAIA_TABLE

GAIA source data table

MAIN_GAIA_TABLE_DEC

Name of Dec parameter in table

MAIN_GAIA_TABLE_RA

Name of RA parameter in table

ROW_LIMIT

Number of rows to return from database query (set to -1 for unlimited).

VALID_DATALINK_RETRIEVAL_TYPES

VALID_LINKING_PARAMETERS

Attributes Documentation

MAIN_GAIA_TABLE

GAIA source data table

MAIN_GAIA_TABLE_DEC

Name of Dec parameter in table

MAIN_GAIA_TABLE_RA

Name of RA parameter in table

ROW_LIMIT

Number of rows to return from database query (set to -1 for unlimited).

VALID_LINKING_PARAMETERS = {'IMAGE_ID', 'SOURCE_ID', 'TRANSIT_ID'}