-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESAC D1_CP_STA-DWP_PSD has runtime error #43
Comments
Somehow the info thinks there will only be four parameters, but the data contains six parameters. Here are some useful URLS: Used to create the info:
Info read while debugging:
Data read while debugging:
Data read from TAP server:
|
I found what I think is the bug, where the each of the six parameters is counted in the HapiRecord, though two of them are non-time-varying. I need to see why other datasets like this worked, if they did work. Also, I'm unable to see how the DEPEND_1 connection is made. In the HEADER request, I don't see anything that declares the connection. |
There's another case which is now broken, I think. This is D1_SP_HIA, which had code which would repeat "Half_interval" though it is non-time-varying. |
D1_CP_STA-DWP_PSD spectrogram showed the number of columns in the HapiRecord was miscounted.
need to be counted when it is one-element long, as with .../hapi/data?id=D1_SP_HIA&start=2007-09-28T23:59:00.000Z&stop=2007-09-29T07:01:00.000Z¶meters=time_tags,Half_interval'
Jonathan points out
results in a runtime error.
The text was updated successfully, but these errors were encountered: