16 Commits (5a5386811f71e6b500cbddb6776894ff10925d6e)

Author SHA1 Message Date
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