-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use GPS ref. time to sync profiles #207
Comments
GDP attributes: NB! If any of the manufacturers is using GPS time, rather than UTC, leap seconds have to be added to the timeline, following this procedure: def leap_seconds_generator(launch_date):
|
Brief update for the record: things are not as straightforward as one may have hoped. Using GPS times to sync GDP profiles leads to clear profile mismatches for all variables. This strongly suggests a problem with the reference GPS times, rather than some sensor lag (which ought not to be the same for all variables). Before a dvas implementation can be completed, the exact sync algorithm must be clarified/verified. |
I tested the consistency of RS92 and RS41 seconds to GPS seconds in the raw data of the soundings. I confirm the both radiosondes consistently representing the correct GPS/UTC seconds in the GDP. |
Hey @thaifoon, thanks for the update ! This is interesting, because as far as I can tell, the shifts between RS41 and/or RS92 GDP profiles only (i.e. no other GDPs) still remains problematic if dvas uses the GPS times. I'm specifically looking at the LIN flight 154639 from 27.04.2022 @ 08:00 UTC. The rig contained 2xRS41, 1xRS92, 2xM10, and 2xiMS-100. If I just look at the RS41 & RS92, I obtain the following shifts from cross-correlating the gph:
If we ignore the RS92 and look just at the RS41, the first two methods suggest shifts of [0, +4] and [0, +2], whereas the last one gives [0, -4]. This is a difference of 6-8s ... too large to be ok. Conclusion: something is happening between the raw data and the GDP stage ? |
@thaifoon: just realized that there may be something odd with this flight 154639 - I'm seeing some residual shifts for the RS92. The values I quoted above seem ok for GPH, but not for the other variables ... Maybe not the best example to look at closely at first ? |
Brief update: looking more closely at the same flight, the GPS time sync appears to work fine for the iMS-100 GDP. Specifically, both the GPS time and the cross-correlation approaches give the same shifts:
The problem is thus restricted to the RS41 and RS92 GDPs. A formal bug report has been submitted to the GRUAN LC. |
Adding the |
Describe the change
@thaifoon makes the following comment:
To implement this in dvas, we need to include those reference times in the metadata.
Open questions:
The text was updated successfully, but these errors were encountered: