TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which astronomy textbook for beginners?

20 pointsby AlphaGeekZulu10 months ago
I am currently trying to do (yet another) Rust implementation of the formulas in Jean Meeus&#x27; fantastic book &quot;Astronomical Algorithms&quot; (2nd ed. 1998).<p>I am fighting two issues:<p>1. While it is possible to code the algorithms as a non-astronomer with the information provided in the book, I would definitely want to understand much better what it is all about.<p>2. I am afraid, that the book is a little bit outdated by now. Many of the tables provided with astronomical data only run until 2025. Some important standards like WGS84 are not mentioned (actually I cannot determine what elipsoid the calculations are referring to). The sign of geographical longitudes for the Earth is turned around in the book (positive for West and negative for East), for reasons, which makes some algorithms IMO really dangerous to use in a real-world context.<p>Can you recommend any good astronomy &quot;familiarization manual&quot;, that is feasible for absolute beginners, but goes deep enough with serious number crunching? In English or German language...

4 comments

EdwardCoffin10 months ago
The topic of the currency of Meeus&#x27;s book came up on stack exchange [1]. The consensus seems to be that there&#x27;s no replacement yet, but that there are some better ephemerides available - but figuring out how to use those rather than the ones in the book is difficult for someone not familiar with this stuff (like me).<p>[1] <a href="https:&#x2F;&#x2F;astronomy.stackexchange.com&#x2F;questions&#x2F;53967&#x2F;modern-equivalent-of-astronomical-algorithms-by-jean-meeus" rel="nofollow">https:&#x2F;&#x2F;astronomy.stackexchange.com&#x2F;questions&#x2F;53967&#x2F;modern-e...</a>
EdwardCoffin10 months ago
I have the same Meeus book. It&#x27;s been a while since I read it, but my impression was the signs of longitudes being turned around was not unique to his book, but was rather a convention throughout astronomy, so you could expect to find whatever other books you&#x27;re recommended would have the same convention.<p>When I was contemplating my own implementation from that book my sketchy API design just included a mandatory extra parameter to accompany such numbers, which would explicitly indicate whether the astronomical or other sign convention was to be used.
评论 #40936368 未加载
AlphaGeekZulu10 months ago
Thanks for the hints. I ordered two promising books in German language:<p>&quot;Astronomie&quot; by Pearson and &quot;Astronomie in Theorie und Praxis&quot; (3 volumes) by Erik Wischnewski. Thats some 2000 pages of stuff to read, so let&#x27;s see where this takes me.
tizio1310 months ago
I would also like to add my interest for this same topic.