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

The CreateOrbit function takes Mean Anomaly At Epoch As Radians #2681

Closed
JCSkyKnight opened this issue Mar 8, 2020 · 1 comment
Closed
Labels
Breaking Some user scripts that used to work will break (even if just in a minor way).

Comments

@JCSkyKnight
Copy link

I think this is unintentional as I have checked the other angles and they all seem to be taken in degrees. Can test with a simple script.

set orb to createOrbit(20, 0, 270000, 20, 20, 290, 0, Mun).
print(orb:meanAnomalyAtEpoch).

set orb to createOrbit(20, 0, 270000, 20, 20, 290*constant:degToRad, 0, Mun).
print(orb:meanAnomalyAtEpoch).

@Dunbaratu Dunbaratu added the Breaking Some user scripts that used to work will break (even if just in a minor way). label Oct 20, 2020
@Dunbaratu
Copy link
Member

For some reason this didn't close when the PR for it got merged, so I'm closing it manually now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Some user scripts that used to work will break (even if just in a minor way).
Projects
None yet
Development

No branches or pull requests

2 participants