CAADiameters_TopocentricMoonSemidiameter: CAADiameters_TopocentricMoonSemidiameter

Description Usage Arguments Value Author(s) References Examples

View source: R/CAADiameters_TopocentricMoonSemidiameter.R

Description

CAADiameters_TopocentricMoonSemidiameter

Usage

1
CAADiameters_TopocentricMoonSemidiameter(DistanceDelta, Delta, H, Latitude, Height)

Arguments

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

Value

The Moon's semi diameter in arc seconds.

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
CAADiameters_TopocentricMoonSemidiameter(DistanceDelta = 384000, 
Delta = 12, H = 2.31, Latitude = 22, Height = 650)

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