Skip to content

Fix convbin only outputting the last SBF observation#670

Merged
JensReimann merged 1 commit intortklibexplorer:demo5from
sean10776:fix-SBF-decode
Jun 24, 2025
Merged

Fix convbin only outputting the last SBF observation#670
JensReimann merged 1 commit intortklibexplorer:demo5from
sean10776:fix-SBF-decode

Conversation

@sean10776
Copy link

Previously, rtkconv could output only the last SBF observation. During conversion, the process would decode the same observation file twice. On the second pass, it would first read the last observation from the buffer in sbf. This caused convrnx to reject all observations that were not newer than the last one, resulting in missing data.

Previously, rtkconv could output only the last SBF observation. During conversion, the process would decode the same observation file twice. On the second pass, it would first read the last observation from the buffer in [sbf](src/rcv/septentrio.c:706). This caused [convrnx](src/convrnx.c:1043-1045) to reject all observations that were not newer than the last one, resulting in missing data.
@ourairquality
Copy link

This and many other fixes were in #503 but that depended on yet other changes and still seems a way off. Might be wasting time to revisit all the issues.

@sean10776
Copy link
Author

I looked through #503 and saw that it does cover this and many other fixes. Since it’s still pending and seems like a larger change set, maybe landing small, targeted fixes like this one could help keep things working in the meantime?

@JensReimann
Copy link
Collaborator

As ourairquality pointed out, #503 depends, unfortunately, on many other changes. If we could separate the sbf related changes I would be more then willing to merge them.

@JensReimann JensReimann merged commit a25f247 into rtklibexplorer:demo5 Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants