You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
He concluded astronomy-bundle mixed UT with DT(dynamical time).
Conclusion
I think
all(most) of computations in Meeus is using time in dynamical time scale.
User use functions such as getUpcomingNewMoon, getApparentGeocentricEclipticSphericalCoordinates for daily use,
ordinarily use universal time as time scale.
Suggestions for astronomy-bundle:
input/output time in universal time scale.
during internal computation, use dynamical time scale.
may be add property jde(in addition to original jd) in ITime is an option.
The text was updated successfully, but these errors were encountered:
Issue: UT and DT are mixed
Problem 1
Someone browsed to timeanddate, got 2021 Vernal Equinox at 2021/3/20 9:37.
He want use astronomy-bundle to check above data。
He perform first experiment,
He was not satisfied with the result, according to computation, 2021 Vernal Equinox should be after 2021/3/20 9:38 UT!
He suspect astronomy-bundle misused DT with UT.
After implement two utility functions
He perform second experiment,
He IS satisfied with the result, 2021 Vernal Equinox should be between 2021/3/20 9:37 and 9:38 and more close to 9:37 UT!
Problem 2
He browsed to eclipse.gsfc.nasa.gov, get moon phase result
Use following snippet to check
He concluded astronomy-bundle mixed UT with DT(dynamical time).
Conclusion
I think
ordinarily use universal time as time scale.
Suggestions for astronomy-bundle:
The text was updated successfully, but these errors were encountered: