Skip to content
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

Smooth orbit lines (esp. for comets) #3371

Merged
merged 2 commits into from
Aug 17, 2023
Merged

Smooth orbit lines (esp. for comets) #3371

merged 2 commits into from
Aug 17, 2023

Commits on Aug 16, 2023

  1. Smooth orbit lines

    - Refactor KeplerOrbit
      - use Mean Anomaly or Eccentric Anomaly as input
    - Draw closed orbits where possible, even for parts beyond orbit_good
    
    The orbits for elongated ellipses (e<0.999) are now closed and look
    much better by using steps in eccentric anomaly instead of time steps.
    gzotti committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    93414dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b056e49 View commit details
    Browse the repository at this point in the history