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
Ephemerides #4
Comments
It would be nice to modify the mass parameters of the planets when loading an ephemeris, see brandon-rhodes/python-jplephem#9. |
Other than that, this is how the ephemeris can be loaded using jplephem and astropy:
jplephem.spk is very low level so perhaps I will have to build a slightly higher level API. |
Ideas to handle ephemeris data: https://github.com/jaberg/skdata/wiki/Managing-Data |
Another idea: spacepy copies required files on import: http://sourceforge.net/p/spacepy/code/ci/master/tree/spacepy/__init__.py May I provide some kind of script instead? |
In case I go the script way, now that I have setuptools I can use entry points. See also conda-build: http://conda.pydata.org/docs/build.html |
Added ephemerides computation, closing #4
Closed on 2404de7 🎉 |
Correct some tests before merging massive refactor
Look into https://github.com/brandon-rhodes/python-jplephem
The text was updated successfully, but these errors were encountered: