Skip to content
Discussion options

You must be logged in to vote

Your calls to .frame_xyz(ecliptic_frame) and .frame_xyz_and_velocity(ecliptic_frame) are fine, and indeed match the documentation at:

https://rhodesmill.org/skyfield/coordinates.html#ecliptic-coordinates-1

The old ecliptic_position() method was deprecated and removed from the documentation about a half-decade ago because of its confusing behavior: it defaults to the ecliptic of J2000, unless given a time argument to select a different epoch. I suggest ignoring that method.

It looks like I should take this opportunity to expand the documentation at the bottom of this section of the docs:

https://rhodesmill.org/skyfield/coordinates.html#turning-coordinates-into-a-position

The call you want …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@beluej123
Comment options

Answer selected by beluej123
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