Visualize a given RA/DEC equatorial coordinate #152
-
|
Hi Don, Some time ago I created moon_cam using your Astronomy engine (javascript). Currently I am creating an advanced version with a built-in planetarium. Most of it is working now and i will publish that soon on github, but one thing is missing: I would like to plot a given equatorial coordinate on my screen and for that I need to transform given RA/DEC (equatorial) coordinates into ALT/AZ (horizontal) coordinates. This means that the coordinates for this purpose cannot be related to a celestial body. Can you give me some pointer on how to do this with your engine? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @gerben-b! I'm glad to hear you are making good progress on your project. Yes, what you want to use is the Horizon function. It does exactly what you describe. It optionally corrects for atmospheric refraction, which I suspect you will want. |
Beta Was this translation helpful? Give feedback.
Hi @gerben-b! I'm glad to hear you are making good progress on your project. Yes, what you want to use is the Horizon function. It does exactly what you describe. It optionally corrects for atmospheric refraction, which I suspect you will want.