Description Usage Arguments Value Author(s) References Examples
View source: R/CAADiameters_TopocentricMoonSemidiameter.R
CAADiameters_TopocentricMoonSemidiameter
1 | CAADiameters_TopocentricMoonSemidiameter(DistanceDelta, Delta, H, Latitude, Height)
|
DistanceDelta |
DistanceDelta The distance to the Moon in kilometres . |
Delta |
Delta The geocentric declination of the Moon in degrees. |
H |
H The geocentric hour angle of the Moon. |
Latitude |
Latitude The latitude of the position in degrees. |
Height |
Height The observer's height above sea level in meters |
The Moon's semi diameter in arc seconds.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | CAADiameters_TopocentricMoonSemidiameter(DistanceDelta = 384000,
Delta = 12, H = 2.31, Latitude = 22, Height = 650)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.