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
I don't think RMextract provides an option to track non-sidereal object such as the Moon in the PosTools code. But it would be nice to have.
The text was updated successfully, but these errors were encountered:
that would be great indeed. Just in case someone needs a quick work around with astropy:
from astropy.coordinates import solar_system_ephemeris, EarthLocation from astropy.coordinates import get_body_barycentric, get_body with solar_system_ephemeris.set('builtin'): moon = get_body('moon', t, vla) #print(moon.ra,moon.dec,t) d=moon.ra.rad,moon.dec.rad
Sorry, something went wrong.
I will take it into account in the update
No branches or pull requests
I don't think RMextract provides an option to track non-sidereal object such as the Moon in the PosTools code. But it would be nice to have.
The text was updated successfully, but these errors were encountered: