Description Usage Arguments Value Author(s) References Examples
View source: R/CAACoordinateTransformation_Horizontal2Equatorial.R
CAACoordinateTransformation_Horizontal2Equatorial
1 | CAACoordinateTransformation_Horizontal2Equatorial(Azimuth, Altitude, Latitude)
|
Azimuth |
A The azimuth in degrees. |
Altitude |
h The altitude in degrees |
Latitude |
Latitude The standard latitude of the position in degrees. |
Returns the converted equatorial coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the equatorial longitude in hours and the y value corresponds to the equatorial latitude in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAACoordinateTransformation_Horizontal2Equatorial(Azimuth = 110, Altitude = 35, Latitude = 41)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.