CAACoordinateTransformation_Equatorial2Horizontal: CAACoordinateTransformation_Equatorial2Horizontal

Description Usage Arguments Value Author(s) References Examples

View source: R/CAACoordinateTransformation_Equatorial2Horizontal.R

Description

CAACoordinateTransformation_Equatorial2Horizontal

Usage

1
CAACoordinateTransformation_Equatorial2Horizontal(LocalHourAngle, Delta, Latitude)

Arguments

LocalHourAngle

LocalHourAngle The local hour angle, measured westwards from the South.

Delta

Delta The declination in degrees.

Latitude

Latitude The standard latitude of the position in degrees.

Value

Returns the converted horizontal coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the azimuth in degrees and the y value corresponds to the altitude in degrees.

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
CAACoordinateTransformation_Equatorial2Horizontal(LocalHourAngle = 8.12, Delta = 11, Latitude = 15)

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