-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
SPK/BPC domain function fix + Usability alterations for Nyx #206
Conversation
- Allow initialization of Frames from their CCSDS names (e.g. Earth ICRF) - Allow serialization of Frame and Ellipsoid to/from Dhall - Rename `dump` and `load` to `dumps` and `loads` to follow the pickle/json/yaml nomenclature (not breaking, only deprecating their use so far)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #206 +/- ##
==========================================
- Coverage 80.14% 79.94% -0.21%
==========================================
Files 71 72 +1
Lines 8653 8884 +231
==========================================
+ Hits 6935 7102 +167
- Misses 1718 1782 +64 ☔ View full report in Codecov by Sentry. |
This reduces the test coverage for |
Summary
This mostly includes a few changes needed as I start using ANISE in Nyx. This PR also includes a bug fix for the
spk_domain
andbpc_domain
functions, which previously only returned the start and stop time of the first segment whose ID matched the desired ID.I'm trying to cram a few random additional changes in this PR as well.
Architectural Changes
No change
New Features
No change
Improvements
No change
Bug Fixes
No change
Testing and validation
bpc_domain
test using the Earth high precision kernel.Documentation
This PR does not primarily deal with documentation changes.