HEKRow#

class sunpy.net.hek.HEKRow(table, index)[source]#

Bases: Row

Handles the response from the HEK. Each HEKRow object is a subclass of Row. The column-row key-value pairs correspond to the HEK feature/event properties and their values, for that record from the HEK. Each HEKRow object also has extra properties that relate HEK concepts to VSO concepts.

Attributes Summary

vso_all

vso_instrument

vso_time

Methods Summary

get(key[, default])

get_voevent([as_dict, base_url])

Retrieves the VOEvent object associated with a given event and returns it as either a Python dictionary or an XML string.

Attributes Documentation

vso_all#
vso_instrument#
vso_time#

Methods Documentation

get(key, default=None)[source]#
get_voevent(as_dict=True, base_url='http://www.lmsal.com/hek/her?')[source]#

Retrieves the VOEvent object associated with a given event and returns it as either a Python dictionary or an XML string.