CAASaturnMoons_Calculate: CAASaturnMoons_Calculate

Description Usage Arguments Value Author(s) References Examples

View source: R/CAASaturnMoons_Calculate.R

Description

CAASaturnMoons_Calculate

Usage

1

Arguments

JD

The date in Dynamical time to calculate for.

Value

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.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
2
JD = 2456597.5
CAASaturnMoons_Calculate(JD)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.