Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The data of orb.js is different from the data of other web calculators. #24

Open
alexandergrishin opened this issue Mar 15, 2020 · 2 comments

Comments

@alexandergrishin
Copy link

Hi!
I tested orb.js web tool and it provided data that different from such web calculators.
Maybe it will be helpful for you.

Inputs
Date
local: 2020-03-13 20:18:07
UTC: 2020-03-13 18:18:07

Selected planet
Mercury

Latitude
35.6833453
Longitude
139.7333

image

Here are links on calculators from screen:

@lizard-isana
Copy link
Owner

Hi!
Thank you for your feedback. It's quite helpful!

It results from the difference between the "astronomical position" and "apparent position". Orb.js returns the "astronomical position" of planets which means that it does not include the light-time correction and effects of nutation.

JPL HORIZONS shows both positions at 2020-03-13 18:18:07 UTC from the center of the Earth:
Astronomical position: 22h 01m 59.50s, -11d 21m 11.4s
Apparent position: 22h 03m 01.97s, -11d 15m 31.2s

However, as you know, it is uncommon. I'm considering the script returns "apparent position" by default.

@sebagr
Copy link

sebagr commented Jun 13, 2023

How would one go to convert from astronomical position to apparent position? Is it possible to do with the current script?

I'm particularly interest in comet and asteroid orbits. I can see in the code there are several references to nutation (for the Sun, the Moon, in Orb.Time, Orb.Obliquity and Orb.NutationAndObliquity), but I'm not sure if these affect comet orbits (Orb.Kepler) in any way. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants