Description Usage Arguments Value Author(s) References Examples
View source: R/CAACoordinateTransformation_Equatorial2Horizontal.R
CAACoordinateTransformation_Equatorial2Horizontal
1 | CAACoordinateTransformation_Equatorial2Horizontal(LocalHourAngle, Delta, Latitude)
|
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. |
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.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAACoordinateTransformation_Equatorial2Horizontal(LocalHourAngle = 8.12, Delta = 11, Latitude = 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.