Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rinex 3.02 errors in gettime #77

Closed
neibegafig opened this issue Aug 20, 2021 · 0 comments
Closed

Rinex 3.02 errors in gettime #77

neibegafig opened this issue Aug 20, 2021 · 0 comments

Comments

@neibegafig
Copy link

Noticing a timing issue with the gettime function for rinex 3.02 files. They have not just a header, but also a footer so it seems, which also starts with a key that begins with ">" however is mostly empty. Example: your standard time in rinex is something like

"> 2021 01 01 01 01 "

Etc.

Rinex 3.02 files have a line like this

"> 4 68"

The numbers aren't always 4 or 68, but sometimes. A way I find around it is to modify the function to do a check where if it sees it start with that example above, without those numbers, skip it entirely for the gettime function. I can send some files if it helps clarify issue.
Basically if it's missing year, month, day, not to add in the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant