Kritika Ranjan
Kritika Ranjan
Hey @dstansby , I am having some doubts > As far as I can tell, all the data returned by a HEK search is either a bare number or a...
`sunpy.time.parse_time(result['hek']['my_time_column'])` Also, how you using this cmd it's doesn't seems to work for me.
> It would be the results that the HEKClient returns. > Those two files are where the examples on how to use the HEKClient and the main code for the...
oh is it? okay! It was mentioned earlier to automate these conversions into time and quantity so i was learning since 2-3 days. (Maybe that's another issue as you specified...
Hey Nabil, isn't this Astropy time method i.e. strptime() and should return astropy.time.Time obj. https://docs.astropy.org/en/stable/api/astropy.time.Time.html#astropy.time.Time.strftime https://github.com/sunpy/sunpy/blob/master/sunpy/net/hek/hek.py line 160 ``` @property def vso_time(self): return core_attrs.Time( Time.strptime(self['event_starttime'], "%Y-%m-%dT%H:%M:%S"), Time.strptime(self['event_endtime'], "%Y-%m-%dT%H:%M:%S") ) ```...
Hey Nabil, does the HEKClient search output should look like this? The second one. 
I am still figuring out how to render time object in complete table. > If you remove the "['event_peaktime]", you should see a full table. Not working for me. But...
> On anything specific? Hey Nabil, I will look into it as per your suggestions and will get back to you.
Hey if anyone is planning to work on this issue feel free to give it a try. I am severely unwell and going through treatments so won't be catching this...