tof compensation issue in case of empty CXX columns
Open
@jtec is already working on this.
Since Jul 22, 2025.
bug
- Dominant language
- Python
- Stars
- 23
- Forks
- 9
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 4
Description
https://github.com/jtec/prx/blob/3667497a8fe894b91441ab1e063a2c8259731687/src/prx/main.py#L261
I suspect this line is causing issues in some rinex obs files with empty CXX columns that seem not parsed as nan but something else (zeros ?). Then the tof becomes erroneous, leading to satellite coordinates inconsistent with the sat position at transmission time. Can be solved by using the maximum pseudo range (or any non 0 one).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.