GAMAClass¶
-
class
astroquery.gama.GAMAClass[source]¶ Bases:
astroquery.query.BaseQueryTODO: document
Attributes Summary
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
Tableobject.
- tableA
-