CAAPhysicalMoon_TimeOfSunset: CAAPhysicalMoon_TimeOfSunset

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAPhysicalMoon_TimeOfSunset.R

Description

CAAPhysicalMoon_TimeOfSunset

Usage

1
CAAPhysicalMoon_TimeOfSunset(JD, Longitude, Latitude)

Arguments

JD

JD The date in Dynamical time to calculate for.

Longitude

Longitude The selenographic longitude in degrees of the position to perform the calculation for.

Latitude

Latitude The selenographic latitude in degrees of the position to perform the calculation for.

Value

Returns the nearest Julian date in Dynamical time when the Sun rises at the specified lunar location. This value will always be later than the parameter "JD"

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
CAAPhysicalMoon_TimeOfSunset(JD  = 2456597.5, Longitude = 15, Latitude = 22)

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