Description Usage Arguments Value Author(s) References Examples
View source: R/CAASaturnMoons_Calculate.R
CAASaturnMoons_Calculate
1 |
JD |
The date in Dynamical time to calculate for. |
A class which itself contains a class for each moon. This contained class itself contains
TrueRectangularCoordinates The true 3D rectangular coordinates of the moon.
ApparentRectangularCoordinates The apparent 3D rectangular coordinates of the moon.
bInTransit A Boolean which if true means that the moon is in front of Saturn as viewed from the Earth otherwise false.
bInOccultation A Boolean which if true means that the moon is behind Saturn as viewed from the Earth otherwise false.
bInEclipse A Boolean which if true means that the moon is behind Saturn as viewed from the Sun otherwise false.
bInShadowTransit A Boolean which if true means that the moon is in front of Saturn as viewed from the Earth otherwise false.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | JD = 2456597.5
CAASaturnMoons_Calculate(JD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.