-
Notifications
You must be signed in to change notification settings - Fork 22
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
The tracking schedule and trk_midpoint are not correct in the CGGTTS Conventional Observation schedule. #285
Comments
Thank you for your work, but changing only the I tried to create a pull request(#288) to fix this issue.
|
Hello @vicalloy, to keep you updated:
|
According to CGGTTS-Version 2E
A minimum of 3 minutes was then foreseen in the BIPM schedule to give to the receiver the time to track the following scheduled satellite.
The data to be used are the pseudorange measurements collected during the 13 minutes starting with the date specified in the BIPM tracking schedule.
If the Common-View Duration is 960 seconds, the
trk_duration
should be 780 seconds (13 minutes * 60 seconds). Thetrk_midpoint
should be calculated asnext_release - 3 minutes - (780 seconds / 2)
.rinex/rinex-cli/src/positioning/cggtts/mod.rs
Line 422 in fc20d8c
The text was updated successfully, but these errors were encountered: