Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
[
  {
    "urldate__obs": "2016-01-19T01:10:08.400000Z",
    "download_time": null,
    "exptime": null,
    "mask_cadence": null,
    "nbr_update": 0,
    "quality": 1024,
    "recnum": 1958485,
    "recnum_init": null,
    "series_name": "hmi.sharp_cea_720s_nrt",
    "t_rec_index": 1010166,
    "time": "2016-01-20T01:35:28.643542Z",
    "type": null,
    "urls": [
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/sharp1958485_720s20160119011008_20151211conf_182208disambig.fits",
    "date_obs": "2015-12-11T18:22:08.799999Z"
  },
  {
    "url":   "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_Bt_err.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_Br.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_Br_err.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_magnetogram.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_20151211_183408nrt/1958485_20160119011008_Bp_err.fits",
    "date_obs": "2015-12-11T18:34:08.799999Z"
  },
  {
    "url":   "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_bitmap.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_Bp.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_Dopplergram.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958485_20160119011008_Bt.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_20151211_184608"nrt/1958485_20160119011008_continuum.fits"
    ],
    "wavelnth": 6173
  },
  {
    "date__obs": "20152016-1201-11T1819T01:4610:08.799999Z400000Z",
  }  "download_time": null,
  {  "exptime": null,
 "url   "mask_cadence": null,
    "nbr_update": 0,
    "quality": 1024,
    "recnum": 1958492,
    "recnum_init": null,
    "series_name": "hmi.sharp_cea_720s_nrt",
    "t_rec_index": 1010166,
    "time": "2016-01-20T01:35:30.847712Z",
    "type": null,
    "urls": [
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_conf_disambig.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_20151211_185808nrt/1958492_20160119011008_Bt_err.fits",
    "date_obs": "2015-12-11T18:58:08.799999Z"
  },
  {
    "url":   "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_Br.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_Br_err.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_magnetogram.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_Bp_err.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_bitmap.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_Bp.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_20151211_191008nrt/1958492_20160119011008_Dopplergram.fits",
    "date_obs": "2015-12-11T19:10:08.799999Z"
    "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_Bt.fits",
      "http://cluster-r730-1:8001/HMI/sharp_cea_720s_nrt/1958492_20160119011008_continuum.fits"
    ],
    "wavelnth": 6173
  }
]

Loading Metadata

We recommend the python library requests to interact with the rest interfaces from python.

...