FermiLATClass¶
- class astroquery.fermi.FermiLATClass[source]¶
Bases:
BaseQuery
TODO: document
Attributes Summary
Methods 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