Description Usage Arguments Value Author(s) References Examples
View source: R/CAAMoonIlluminatedFraction_PositionAngle.R
CAAMoonIlluminatedFraction_PositionAngle
1 | CAAMoonIlluminatedFraction_PositionAngle(Alpha0, Delta0, Alpha, Delta)
|
Alpha0 |
Alpha0 The geocentric right ascension of the Sun expressed as an hour angle. |
Delta0 |
Delta0 The geocentric declination of the Sun in degrees. |
Alpha |
Alpha The geocentric right ascension of the object (e.g. the Moon) expressed as an hour angle. |
Delta |
Delta The geocentric declination of the object (e.g. the Moon) in degrees. |
the position angle of the midpoint of the illuminated limb of the object (the Moon) in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAMoonIlluminatedFraction_PositionAngle(Alpha0 = 12.60, Delta0 = 33, Alpha =19.40, Delta = 33.20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.