You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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). The trk_midpoint should be calculated as next_release - 3 minutes - (780 seconds / 2).
Thank you for your work, but changing only the trk_midpoint is not sufficient.
The CV period is 16 minutes, which includes 3 minutes of preparation time and 13 minutes of tracking time. We should skip the 3-minute preparation time. The TRKL in CGGTTS should be 780, not 960.
I tried to create a pull request(#288) to fix this issue.
I tested it with my data, and it works. However, some variable names may still seem odd, which is why I didn’t fix them initially.
cggtts::track::Scheduler:
trk_duration should be renamed to cv_duration. (should keep trk_duration?)
bipm_tracking_duration should be renamed to bipm_cv_duration.
tracking start point
│
prepare(3min) │
│ tracking(13mins) │
│ │◄──┘ │
─────┼─────────┴───────────────────────────────┼────────
│ │
cv period(16min)
▲ ▲
│ │
cv start point cv/tracking end point
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: