Description Usage Arguments Value Author(s) References Examples
View source: R/CAAPhysicalMoon_CalculateTopocentric.R
CAAPhysicalMoon_CalculateTopocentric
1 | CAAPhysicalMoon_CalculateTopocentric(JD, Longitude, Latitude)
|
JD |
The date in Dynamical time to calculate for. JD The date in Dynamical time to calculate for. |
Longitude |
Longitude The topocentric longitude in degrees of the position to perform the calculation for. |
Latitude |
Latitude The topocentric latitude in degrees of the position to perform the calculation for. |
A class containing
ldash The optical libration in longitude in degrees.
bdash The optical libration in latitude in degrees.
ldash2 The physical libration in longitude in degrees.
bdash2 The physical libration in latitude in degrees.
l The total libration in longitude in degrees.
b The total libration in latitude in degrees.
P The position angle in degrees of the Moon's axis of rotation.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAPhysicalMoon_CalculateTopocentric(JD = 2456597.5, Longitude = 120, Latitude = 33)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.