-
Notifications
You must be signed in to change notification settings - Fork 250
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
The high/low frequency issue. #35
Comments
hm... I found the same in local files https://github.com/csete/gpredict/blob/master/data/trsp/25509.trsp |
Did you try this whis the latest version? Maybe reimporting the TRSP data from SatNogs will help.. |
the latest version |
Thanks for the info. Previously trsp files were created manually and validated before becoming integral part of the package. Now we are in a new situation where data comes from external sources and we have to be able to handle all sorts of data. I am in the process of cleaning up the side effects of the new trsp importer and also change the way we manage frequency data internally, but I am going to need some time to finish. But keep posting issues you find. |
Also add some sanity checks to ensure that we can handle various scenarios where either limit of up- or downlink is not specified, see issue #35. The calculations in rig-ctrl are stil ldone using double.
Please try it now. The code should now be robust for various missing parts of transponder data. You are also welcome to test it with manually edited files. It was a late night commit but I hope I didn't ruin anything :-) |
Fixed. Thank! |
Hello
Some satellite in SatNOGS DB have only UP_HIGH/DOWN_HIGH and gpredict doesn't work with it.
Is it a bug in SatNOGS DB or gpredict?
https://db.satnogs.org/satellite/41313/
The text was updated successfully, but these errors were encountered: