Description Usage Arguments Value Note Author(s) References Examples
View source: R/CAAParallax_Equatorial2Topocentric.R
CAAParallax_Equatorial2Topocentric
1 | CAAParallax_Equatorial2Topocentric(Alpha, Delta, Distance, Longitude, Latitude, Height, JD)
|
Alpha |
Alpha The right ascension in hours of the object at time JD. |
Delta |
Delta The declination in degrees of the object at time JD. |
Distance |
Distance The distance (in astronomical units) to the Earth. |
Longitude |
Longitude The longitude in degrees. |
Latitude |
Latitude The latitude in degrees. |
Height |
Height The observer's height above sea level in meters |
JD |
JD The date in Dynamical time to calculate for. |
Returns the converted equatorial coordinates in a CAA2DCoordinate class. The x value in the class corresponds to right ascension expressed as an hour angle and the y value corresponds to the right ascension in degrees.
This returns the rigorous conversion between the geocentric and topocentric values. This refers to equation 40.2 and 40.3 on page 279.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 2 | CAAParallax_Equatorial2Topocentric(Alpha = 12.5, Delta = 35,
Distance = 0.02, Longitude = 150, Latitude = 67, Height= 5300, JD = 2456597.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.