FermiLATClass¶
-
class
astroquery.fermi.FermiLATClass[source]¶ Bases:
astroquery.query.BaseQueryTODO: document
Attributes Summary
TIMEOUTrequest_urlresult_url_reMethods Summary
query_object(*args, **kwargs)Queries the service and returns a table object. query_object_async(*args, **kwargs)Query the FermiLAT database Attributes Documentation
-
TIMEOUT= 60¶
-
request_url= 'https://fermi.gsfc.nasa.gov/cgi-bin/ssc/LAT/LATDataQuery.cgi'¶
-
result_url_re= re.compile('The results of your query may be found at <a href="(https://fermi.gsfc.nasa.gov/.*?)"')¶
Methods Documentation
-
query_object(*args, **kwargs)¶ Queries the service and returns a table object.
Query the FermiLAT database
Returns: table : A Tableobject.
-