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

Update to Nsvsys (obs2.py) #100

Open
joeskeens opened this issue Dec 22, 2023 · 0 comments
Open

Update to Nsvsys (obs2.py) #100

joeskeens opened this issue Dec 22, 2023 · 0 comments

Comments

@joeskeens
Copy link

joeskeens commented Dec 22, 2023

Hello,
I have been working with some RINEX2 data that includes BeiDou satellites, and I ran into a problem in obs2.py:

    data[i, j, isv] = darr[:, k]
IndexError: index 45 is out of bounds for axis 2 with size 36

The issues is caused by the Nsvsys variable, which sets the size of the data's third axis and is set to 36. The BeiDou PRNs currently go up to 62, so I think this hard-coded number needs an update. I changed it to 62 locally, and my issue was resolved.

Joe

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