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

gLAB: ERROR Reading RINEX 3.04 file: Unrecognized measurement type: 'C1L' #4

Open
aewallin opened this issue Jul 3, 2021 · 1 comment

Comments

@aewallin
Copy link
Owner

aewallin commented Jul 3, 2021

For some RINEX files I get:

ERROR Reading RINEX 3.04 file: Unrecognized measurement type: 'C1L'

@aewallin
Copy link
Owner Author

aewallin commented Jul 5, 2021

current gLAB limitations:

  • C1L, L1L from GPS not supported
  • frequency 3 of GLONASS (C3Q, L3Q, ...) not supported
  • C1W/L1W/C2W/L2W not recognized, need to change names to C1P/L1P/C2P/L2P

Workaround

  • change not supported measurements (in the header) to others supported by gLAB but not used in processing (e.g. C1M)
  • rename C1W/L1W/C2W/L2W to C1P/L1P/C2P/L2P

suggested sed filter

sed -e 's/1L/1M/g' -e 's/1W/1P/g' -e 's/2W/2P/g' -e 's/3Q/1M/g' PTBB1800.21O > PTBB1800.21O_fix

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