HEKClient¶
-
class
sunpy.net.hek.
HEKClient
(url='http://www.lmsal.com/hek/her')[source] [edit on github]¶ Bases:
object
Client to interact with the Heliophysics Event Knowledgebase (HEK). The HEK stores solar feature and event data generated by algorithms and human observers.
Attributes Summary
Methods Summary
search
(*query)Retrieves information about HEK records matching the criteria given in the query expression.
Attributes Documentation
-
default
= {'cmd': 'search', 'cosec': '2', 'event_coordsys': 'helioprojective', 'event_type': '**', 'type': 'column', 'x1': -5000, 'x2': 5000, 'y1': -5000, 'y2': 5000}¶
Methods Documentation
-
search
(*query)[source] [edit on github]¶ Retrieves information about HEK records matching the criteria given in the query expression. If multiple arguments are passed, they are connected with AND. The result of a query is a list of unique HEK Response objects that fulfill the criteria.
-