Helioviewer-Project / api

The API for Helioviewer Project Services
Other
7 stars 14 forks source link

getDataSources doesn't do what docs say it does #343

Closed dgarciabriseno closed 11 months ago

dgarciabriseno commented 11 months ago

option verbose=true makes the result only return SOHO and SDO. It's missing everything else that's returned when the option isn't sent.

option enable is supposed to specify specific observatories to return, this seems to be completely ignored.

bogdanni commented 11 months ago

This was a change from API v1 to v2.

enable does turn on additional data sources, JHV was forced to use it. Here it is the current request: https://api.helioviewer.org/v2/getDataSources/?verbose=true&enable=[MLSO,TRACE,Hinode,Yohkoh,STEREO_A,STEREO_B,PROBA2,SOLO,GOES-R,IRIS]

dgarciabriseno commented 11 months ago

I see. I was just looking through the docs and this is documented.

On a separate note, GSFC has GONG H-alpha now, could you enable that in JHelioviewer?

bogdanni commented 11 months ago

Is it the GONG data prepared at ROB? We are in the process of redoing all pipelines.

dgarciabriseno commented 11 months ago

Yes, it's the data prepared at ROB.

bogdanni commented 11 months ago

OK, request for GONG committed.