GAMAClass

class astroquery.gama.GAMAClass[source]

Bases: BaseQuery

TODO: document

Attributes Summary

request_url

timeout

Methods Summary

query_sql(*args, **kwargs)

Queries the service and returns a table object.

query_sql_async(*args, **kwargs)

Query the GAMA database

Attributes Documentation

request_url = 'http://www.gama-survey.org/dr3/query/'
timeout = 60

Methods Documentation

query_sql(*args, **kwargs)

Queries the service and returns a table object.

Query the GAMA database

Returns:
tableA Table object.
query_sql_async(*args, **kwargs)[source]

Query the GAMA database

Returns:
urlThe URL of the FITS file containing the results.