IGS satellite biases - #237
Open
plutonheaven wants to merge 19 commits into
Open
Conversation
- local bia file database management
- add test on iono-free satellite code biases
plutonheaven
marked this pull request as draft
August 10, 2026 07:14
- add validity period to retrieve sat hw biases
plutonheaven
marked this pull request as ready for review
August 12, 2026 12:25
Collaborator
Author
|
@jtec I finished implementing satellite hardware retrieval from IGS BIA files. It is quite difficult to test. For now, I computed the Melbourne-Wuebbena combination with and without corrections, and I observe that the coorrected one is closer to an integer value + a common bias accross all satellites (rx hw bias). But not visible for all satellites. I guess the satellite phase wind-up may be left to be corrected. I've also checked that the iono-free combination of the sat code bias is close to 0, as expected from IGS files (since the sat clock is an iono-free clock containing this iono-free code bias). If you have some idea on how to test the correct implementation of satellite hardware biases, do not hesitate! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds satellite hardware biases from IGS's BIA files.
A column
sat_code_bias_mandsat_carrier_bias_mis added to the prx output for prx-processing level 3.The BIA file discovery takes care to choose the same analysis center as for the SP3 files. An CLI argument
--analysis_centerhas been added to let the user choose the correction source..