jbfaden / esdc-hapi

Prototype HAPI Java server plug-in for ESDC
0 stars 0 forks source link

how to get energies for spectrogram #1

Open jbfaden opened 8 months ago

jbfaden commented 8 months ago

How do I get the energies for a spectrogram?

https://soar.esac.esa.int/soar-sl-tap/tap/sync?REQUEST=doQuery&LANG=ADQL&FORMAT=json&QUERY=select%20*%20from%20soar.v_cdf_plot_metadata%20where%20logical_source%20=%20%27solo_L2_epd-het-south-rates%27

shows that I have a DEPEND_1 of "energy" but how do I request this?

JonCook commented 8 months ago

We don't store the values of CDF variables in our database. So wouldn't you have to get the energy values from the individual file? Or have I misunderstood the question?

jbfaden commented 8 months ago

Okay, just wanted to make sure. I've identified example files for each ID, so I'll just have to download each of the files to support info requests. When this is in its production location, it'll have the files local and this will not be an issue. (It's not really an issue here, either, just that I need to make sure I have a copy of each file cached.)

jbfaden commented 8 months ago

I have code which is retrieving these now.