Browse Source
- Add PARABOLIC_TOLERANCE = 1e-3 constant for consistent detection - Replace inconsistent thresholds (0.005, 0.98, 1.02) across 5 files - Refactor orbital_elements_to_cartesian() to use semi-latus rectum as primary parameter - Eliminate 3 separate code branches with unified formulas for all orbit types - Improve numerical stability for parabolic and near-parabolic orbits - Reduce code complexity: -23 lines netmain
5 changed files with 20 additions and 47 deletions
Loading…
Reference in new issue