Description Usage Arguments Value Author(s) References Examples
View source: R/CAAParallax_Ecliptic2Topocentric.R
CAAParallax_Ecliptic2Topocentric
1 | CAAParallax_Ecliptic2Topocentric(Lambda, Beta, Semidiameter, Distance, Epsilon, Latitude, Height, JD)
|
Lambda |
Lambda The ecliptical longitude in degrees. |
Beta |
Beta The ecliptical latitude in degrees. |
Semidiameter |
Semidiameter The geocentric semi diameter in degrees. |
Distance |
Distance The distance (in astronomical units) to the Earth. |
Epsilon |
Epsilon The obliquity of the ecliptic in degrees. |
Latitude |
Latitude The latitude in degrees. |
Height |
Height The observer's height above sea level in meters. |
JD |
JD The date in Dynamical time to calculate for. |
A class containing
Lambda The topocentric ecliptical longitude in degrees.
Beta The topocentric ecliptical latitude in degrees.
Semidiameter The topocentric semi diameter in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | CAAParallax_Ecliptic2Topocentric(Lambda = 20, Beta = 12.5, Semidiameter = 1.04,
Distance = 0.005, Epsilon = 23, Latitude = 25, Height = 3200, JD = 2456597.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.