We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be able to compute the positions of Solar-system bodies from orbital elements.
The proposed approach can be summarized as:
enum novas_object_type
NOVAS_ORBITAL_OBJECT
novas_orbital
orbit
object
ephemeris
Once we have such a framework, we can parse orbital data e.g. from MPCORB data format(s)...
The text was updated successfully, but these errors were encountered:
attipaci
Successfully merging a pull request may close this issue.
We should be able to compute the positions of Solar-system bodies from orbital elements.
The proposed approach can be summarized as:
enum novas_object_type
, e.g.NOVAS_ORBITAL_OBJECT
, specifying that the object in question is defined by orbital elements.novas_orbital
structure to store orbital elements.orbit
field toobject
. (This will makeobject
a little bulkier, but it does not break a thing...)novas_orbital
to x,y,z coordinates and velocity vectors.ephemeris
can then use above function forNOVAS_ORBITAL_OBJECT
type objects.Once we have such a framework, we can parse orbital data e.g. from MPCORB data format(s)...
The text was updated successfully, but these errors were encountered: