Conversation
…management - Introduced `type3_velocity_coeffs` and `eval_type3_velocity` functions to handle SPK Type 3 velocity coefficients. - Updated `DynSegmentDescriptor` to include `data_type` for segment differentiation. - Modified `try_position_velocity` and `try_velocity` methods to accommodate Type 3 segments. - Enhanced SPK segment reading functions to support both Type 2 and Type 3 segments. - Added new dataset identifiers for Mars, Jupiter, Saturn, Uranus, and Neptune satellite ephemerides. - Created `SpkKernelSet` for runtime management of SPK segments, allowing for dynamic loading and resolution of target-center states. - Updated tests to validate the new functionality and ensure compliance with IAU standards.
- Updated imports in `test_high_precision_earth_rotation_regression.rs` to streamline dependencies and remove unused code. - Enhanced `test_iau_compliance.rs` by adding necessary imports for light deflection calculations. - Modified `test_jpl_real_backend.rs` to reflect changes in the ephemeris module path. - Adjusted `test_moon_phase.rs` to use the new `Interval` type instead of `Period` for time windows. - Updated assertions in `test_planets.rs` to accommodate changes in orbital period calculations. - Removed `test_root_finding.rs` as it is no longer needed. - Introduced `test_satellite.rs` to validate satellite creation and properties. - Added missing documentation allowances in various test files for clarity. - Updated `test_stars.rs`, `test_stellar.rs`, `test_target_transform.rs`, and `test_time.rs` to include missing documentation allowances. - Created `tle_sgp4_pipeline.rs` for end-to-end testing of TLE to SGP4 propagation pipeline.
- Introduced `DynSegmentStack` to manage multiple SPK segments for a target/center pair, allowing for better handling of overlapping segments. - Updated `RuntimeEphemerisInner` to use `DynSegmentStack` instead of `DynSegmentDescriptor` for sun, emb, moon, and optional earth segments. - Modified methods for loading SPK segments from BSP files to accommodate the new stack structure. - Enhanced error handling in SPK segment reading to ensure validity of segment parameters. - Added integration tests for runtime ephemeris and SPK kernel set to verify correct behavior with multiple segments and real BSP data.
|
Restore scripts/publish-changed.sh for tag releases, remove obsolete de440/de441 feature claims in favor of RuntimeEphemeris, align README and siderust-ffi docs with 0.9, and set SIDERUST_JPL_STUB=all on all-features CI jobs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.