-
-
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
Add support of aberration corrections #153
Add support of aberration corrections #153
Conversation
Still need to add validation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #153 +/- ##
==========================================
- Coverage 77.14% 76.27% -0.88%
==========================================
Files 67 67
Lines 7815 7907 +92
==========================================
+ Hits 6029 6031 +2
- Misses 1786 1876 +90 ☔ View full report in Codecov by Sentry. |
I think this is clearer and easily compatible with SPICE This shows the current bug of frame transformation
Velocity error is on the order of a few millimeters per second and I don't know why.
There is still an error in the velocity computation
Increase LT validation to start with a 36 h offset for LT correction
Hitting that 75 GB bandwidth limit
Eventually I should just use the MetaAlmanac everywhere
Summary
Add aberration corrections.
Closes #26 .
Architectural Changes
No change
New Features
Can now query BSP/SPK files while accounting for aberrations in either the reception or transmission cases, with a single light-time correction or in "converged" (three iterations), and optionally including stellar aberrations.
Improvements
No change
Bug Fixes
No change
Testing and validation
Documentation