FermiLATClass¶
-
class
astroquery.fermi.
FermiLATClass
[source]¶ Bases:
astroquery.query.BaseQuery
TODO: document
Attributes Summary
TIMEOUT
request_url
result_url_re
Methods Summary
query_object
(*args, **kwds)Queries the service and returns a table object. query_object_async
(*args, **kwargs)Query the FermiLAT database Attributes Documentation
-
TIMEOUT
= 60¶
-
request_url
= u'http://fermi.gsfc.nasa.gov/cgi-bin/ssc/LAT/LATDataQuery.cgi'¶
-
result_url_re
= <_sre.SRE_Pattern object>¶
Methods Documentation
-
query_object
(*args, **kwds)¶ Queries the service and returns a table object.
Query the FermiLAT database
Returns: table : A Table
object.
-