GAMAClass¶
-
class
astroquery.gama.GAMAClass[source]¶ Bases:
astroquery.query.BaseQueryTODO: document
Attributes Summary
request_urltimeoutMethods Summary
query_sql(*args, **kwds)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/dr2/query/'¶
-
timeout= 60¶
Methods Documentation
-
query_sql(*args, **kwds)¶ Queries the service and returns a table object.
Query the GAMA database
Returns: table : A Tableobject.
-