Description Usage Arguments Value Note Author(s) References Examples
View source: R/CAAParallax_Equatorial2TopocentricDelta.R
CAAParallax_Equatorial2TopocentricDelta
1 | CAAParallax_Equatorial2TopocentricDelta(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 corrections in equatorial coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the correction in right ascension expressed as an hour angle and the y value corresponds to the correction in declination in degrees.
This returns the difference between the geocentric and topocentric values. This refers to equation 40.4 and 40.5 on page 280.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAParallax_Equatorial2TopocentricDelta(Alpha = 2.12, Delta = 35, Distance = 0.17, Longitude = 124, Latitude = 40, Height = 3200, JD = 2456597.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.