-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Lunar (and others) Topos Coordinates #124
Comments
related: Generate topos for body other than Earth #79 and also Method to access lunar libration data present in the ephemerides #80, I can't be of much help, but it is good to know there is interest! |
(Catching up, now that PyCon is over!) No, Skyfield doesn't currently have a model of the Moon as a spheroid, nor any routines for understanding the JPL data files that might provide those data. I'd welcome contributions that start adding such capabilities but might not get to them myself for at least another few years. As for generating your rotation matrix: am I correct that you're looking for something like the matrix computed near the bottom of |
Hi @brandon-rhodes, |
@tcz I am definitely busy for the next 2 weeks, but am hoping to have more time for progress on Skyfield after that. You are interested in Skyfield being able to accept the lunar longitude and latitude of a spot on the lunar surface, and to return altitude+azimuth coordinates for objects above the horizon from that spot on the Moon? |
That's exactly right! |
I have just released Skyfield 1.16 which implements support for lunar latitude/longitude locations. Try it out, and let me know if you run into any snags or problems with the implementation! https://rhodesmill.org/skyfield/planetary.html It wound up taking about two weeks of half-time work, more than I was expecting, to get the coordinates to finally all agree! @tcz, if this came in time to be of any help to you, let me know if I should set up a Patreon or something to enable a donation. :) |
Hey Brandon, it's amazing thanks! We'll try it out!
For God's sake please art up a patreon!!
…On Fri, 20 Dec 2019 at 19:25, Brandon Rhodes ***@***.***> wrote:
Closed #124 <#124>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124?email_source=notifications&email_token=AABHCCA7UBHPYHXCM5RDZATQZUEYXA5CNFSM4DFFQU3KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVTZUEBI#event-2901623301>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHCCGIGD2AEH4CQFOQLL3QZUEYXANCNFSM4DFFQU3A>
.
|
@tcz — The review process took several weeks, but at your suggestion I have joined the GitHub sponsors program! There should now be a “Sponsor” link at the top of this page. This is my first time trying to set up contribution levels and draft their descriptions. Whether you opt at this point to sponsor or not (it’s been 7 months, so you might of course have moved on to other projects!), if you have any advice about what levels would work best from the point of view of a potential sponsor, I would welcome an email with ideas about how to improve them. Thanks! |
I have been using the Topos feature to calculate a rotation matrix from ICRS to an earth-centered, earth-fixed coordinate frame using the following method:
I would like to be able to do the same thing for the lunar orientation (equatorial plane). Does this capability already exist and I'm overlooking? It appears that I can specify 'center' and 'center_name' with Topos, but it ends up just assuming earth-centered.
Thanks for creation and continued development of this awesome tool.
The text was updated successfully, but these errors were encountered: