Skip to content
Discussion options

You must be logged in to vote

Well! This is a bit of a surprise for me. It turns out that Skyfield (unless I'm missing something!) doesn't provide a simple way to ask for coordinates relative to the mean equator and mean equinox of Earth. Skyfield is so focused on observational astronomy, where you always want both precession and nutation accounted for, that it doesn't provide a built-in way to turn precession "on" and nutation "off" so that mean coordinates, instead of true coordinates, are returned.

Try this.

from skyfield.api import Star, load
from skyfield.data import hipparcos

class mean_equator_and_equinox_of_date(object):
    """Coordinate frame of Earth’s mean equator and mean equinox-of-date."""
    @staticm…

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@brandon-rhodes
Comment options

Comment options

You must be logged in to vote
1 reply
@brandon-rhodes
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@brandon-rhodes
Comment options

Answer selected by brandon-rhodes
@xdw316
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants