HeasarcClass

class astroquery.heasarc.HeasarcClass[source]

Bases: astroquery.query.BaseQuery

HEASARC query class.

Attributes Summary

TIMEOUT
URL

Methods Summary

query_object(*args, **kwds) Queries the service and returns a table object.
query_object_async(object_name, mission[, ...]) TODO: document this!

Attributes Documentation

TIMEOUT = 30
URL = u'http://heasarc.gsfc.nasa.gov/cgi-bin/W3Browse/w3query_noredir.pl'

Methods Documentation

query_object(*args, **kwds)

Queries the service and returns a table object.

TODO: document this!

(maybe start by copying over from some other service.)
Returns:table : A Table object.
query_object_async(object_name, mission, cache=True, get_query_payload=False, display_mode='FitsDisplay')[source]

TODO: document this!

(maybe start by copying over from some other service.)