Use standard reference frames from skyfield.framelib
masterThe skyfield.framelib module provides access to standard astronomical and terrestrial reference frames. You can use these frames to define coordinate systems for positions and orientations.
Available frames include:
- Terrestrial Frames:
itrs(International Terrestrial Reference System). - Ecliptic Frames:
ecliptic_frameandecliptic_J2000_frame. - Galactic Frames:
galactic_frame. - Equatorial Frames:
mean_equator_and_equinox_of_dateandtrue_equator_and_equinox_of_date.
These frames are typically used in conjunction with Skyfield's position and velocity calculations to transform coordinates between different celestial or terrestrial perspectives.