22 Commits (8a1a18194279bf90f3a143f576d046bf8b849cd3)

Author SHA1 Message Date
cinnaboot fffbdb436a src: fix cartesian_to_orbital_elements for coplanar orbits 3 months ago
cinnaboot f8acbd8e1a Fix periapsis burn execution location and omega calculation 5 months ago
cinnaboot 45c5bca3f4 Document periapsis burn bug analysis 5 months ago
cinnaboot e23a1c874b Move orbital calculation helpers to orbital_mechanics module, add propagate_state_by_dt helper 5 months ago
cinnaboot ec064a28d6 Remove unused solve_kepler_hyperbolic_with_prev() function 5 months ago
cinnaboot 31f38b9d89 Implement analytical propagation for all orbit types 5 months ago
cinnaboot 5eb3a84473 feat: Implement Barker's equation for parabolic orbit propagation 5 months ago
cinnaboot 68d61ee0ea docs: Add comments to orbital_mechanics and fix parabolic test design 5 months ago
cinnaboot c6121e0712 fix: Use atan2 for argument_of_periapsis to resolve quadrature ambiguity 5 months ago
cinnaboot 7137b51926 fix: Correct true anomaly normalization to handle negative values 5 months ago
cinnaboot ed185dfbfe fix: Improve near-parabolic conversion numerical stability 5 months ago
cinnaboot 3d06425341 fix: Standardize parabolic detection and improve numerical stability 5 months ago
cinnaboot 18411e12b3 fix: Replace deprecated Approx() with WithinAbs() and fix orbital mechanics bugs 5 months ago
cinnaboot 849a2125b0 Fix orbital_elements_to_cartesian: circular orbit velocity and refactor for clarity 5 months ago
cinnaboot 01e54928cb Refactor orbital_mechanics: separate elliptical and hyperbolic Kepler solvers 5 months ago
cinnaboot 9d97934175 Fix true anomaly calculation in cartesian_to_orbital_elements() 5 months ago
cinnaboot 13ebe5d0aa Add Newton-Raphson analytical propagation tests 5 months ago
cinnaboot 3c884445c7 Apply 3D rotation matrices to orbital elements conversion 5 months ago
cinnaboot e8202e930e Fix parabolic orbit velocity components 6 months ago
cinnaboot c4c06d4cd3 Phase 7: Implement parabolic orbit support with union 6 months ago
cinnaboot c5946acdc4 WIP: Phase 4-6 - Initialization, validation, and test updates 6 months ago
cinnaboot dc1f9f4e58 Phase 1: Create orbital mechanics module 6 months ago