Ecliptic (heliocentric) coordinates #1029
-
I need to calculate ecliptic heliocentric coordinates (not the geocentric ones, as here: https://rhodesmill.org/skyfield/coordinates.html#ecliptic-coordinates-1), but with the Sun as center. And how can I get latitude (heliocentric ecliptic)? Thank you.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Happily, you should not need to compute osculating elements. Take a look at the example here: https://rhodesmill.org/skyfield/coordinates.html#ecliptic-coordinates-1 It should let you get your heliocentric |
Beta Was this translation helpful? Give feedback.
Using the sample code from the Coordinates page linked above, I am getting results very close to the results from the web site:
I get:
Probably a tweak or two might be necessary, like using an
.apparent()
coordin…