-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add ephemerides benchmarks #14
Comments
+1 to this! |
Prior to the benchmarks, is there an issue or PR in the core astropy repo to track progress in adding ephemerides computations? |
I'm don't know exactly what is going on with coordinates and ephemerides in astropy. @eteq will know what the status is and if you are interested in contributing to astropy. |
Well, actually in that project you pointed out there's already some bare bones ephemerides calculations based on some numerical formulas which compute the osculating orbital elements. It worked for me because I had to perform some medium-precision computations, but I haven't compared them with, say, the JPL ephemerides. Other than that, it might be preferable to have RA/dec ephemerides for example? I have followed only one course on Orbital Mechanics so I might probably miss some important details. FWIW, I collected some of the relevant projects and ideas in this issue. |
@Juanlu001 - there have not been any explicit plans to include ephemerides in (Also, if you don't know about this, @Juanlu001, note that you don't need to give full links to issues on github - if you just type There has been some discussion of this on |
Thanks for the information and the clarification. I have not been following dev-related discussions but I see in the repo issues that you are working hard on Anyway, I will go on learning and keep an eye on this just in case I can be of any help when the time comes. Kudos for the great work, astropy is my favorite Python project in terms of organization and code quality by far :) (And thanks for the tip about issues links!) |
Some day we want to have astropy support coordinate computations for solar system bodies like the sun, moon and planets (called ephemerides):
https://groups.google.com/d/topic/astropy-dev/jjH0dtdByxk/discussion
When this effort starts we should add checks against other tools:
http://rhodesmill.org/pyephem/quick.html#bodies
http://ssd.jpl.nasa.gov/?ephemerides
The text was updated successfully, but these errors were encountered: