add -sys flag for constellation selection#60
Open
CodeAndCoords wants to merge 1 commit into
Open
Conversation
CodeAndCoords
commented
Jun 18, 2026
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.
Summary
RINEX files with corrupted observations on one constellation cause
SPP to return "no solution are computed" for the entire session,
even when the remaining constellations are healthy and sufficient
for positioning. There is currently no command-line option to
exclude a single constellation.
How to reproduce
pseudoranges (e.g. negative C1 on GLONASS).
spp -trop saas -ts 2026/05/25 19:36:55.00000 -te 2026/05/25 22:55:13.00000 -ti 5.00 rover.obs brdc.rnx -o out.pos
→ returns "Info : no solution are computed, postpos()"
spp -trop saas -ts 2026/05/25 19:36:55.00000 -te 2026/05/25 22:55:13.00000 -ti 5.00 -sys GEC rover.obs brdc.rnx -o out.pos
→ produces a valid solution over the full session.
Changes
get_spp_args.f90— -sys flag + IsSysToken helperdispinfo.f90— updated -hUsage
spp -trop saas -ts YYYY/MM/DD hh:mm:ss.00000 -te YYYY/MM/DD hh:mm:ss.00000 -ti 5.00 -sys GEC obs.rnx nav.rnx -o out.pos
G=GPS R=GLO E=GAL C=BDS J=QZS I=IRN S=SBAS
Default (no -sys): GREC