Rotation_at(): Produce rotation matrix from ICRS to topocentric frame at Geographic Position #920
-
Hello again, I need a way to generate the rotation matrix from ICRS to a (topocentric) coordinate system (that may or may not be defined as shown in the drawing) defined at a greographic location (i.e. a Ground Station) for specific times. I am looking at Skyfield's rotation_at()-method, but I don't fully understand it. Say a produce a geographic position like this:
I can then produce a rotation via rotation_at for a specific time:
This produces some rotation matrix from ICRS --> GS. What I am slightly confused about is the geographic coordinate system. How is this defined, i.e. what exactly is this rotation matrix rotating the ICRS frame to? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Here's how the documentation defines that reference frame: https://rhodesmill.org/skyfield/coordinates.html#horizonal-coordinates Is there a way the title of that section in the docs could be tweaked or expanded to have made it easier for you to find? Should "altitude" or "azimuth" be added to the text of the title, for example? |
Beta Was this translation helpful? Give feedback.
Here's how the documentation defines that reference frame:
https://rhodesmill.org/skyfield/coordinates.html#horizonal-coordinates
Is there a way the title of that section in the docs could be tweaked or expanded to have made it easier for you to find? Should "altitude" or "azimuth" be added to the text of the title, for example?