Hi all,
I'm having some issues getting hold of HMI synoptic mangetograms. On the JSOC website
http://jsoc.stanford.edu/ajax/lookdata.html?ds=hmi.Synoptic_Mr_720s it lists 79 maps from Carrington Rotation 2097 through to 2175, yet when I try and export the data it only gives me 1 map (2175), I cannot for the life of me figure out how to get the other maps.
I've also tried a sunpy query,
from sunpy.net import jsoc
client = jsoc.JSOCClient()
qr = client.query(jsoc.Time('2010-01-01T00:00:00', '2016-01-01T01:00:00'), jsoc.Series('hmi.synoptic_mr_720s'))..
qr = client.query(jsoc.Time('2010-01-01T00:00:00', '2016-01-01T01:00:00'), jsoc.Series('hmi.synoptic_mr_720s'))
and I get this error
ValueError: Extra data: line 2 column 1 - line 5 column 1 (char 53 - 476)
Can anyone help me out, either with getting the JSOC website to work or the sunpy query?
Thanks!
Joe