Description Usage Arguments Value Author(s) References Examples
View source: R/CAAAngularSeparation_DistanceFromGreatArc.R
CAAAngularSeparation_DistanceFromGreatArc
1 | CAAAngularSeparation_DistanceFromGreatArc(Alpha1, Delta1, Alpha2, Delta2, Alpha3, Delta3)
|
Alpha1 |
Alpha1 The first right ascension expressed as an hour angle. |
Delta1 |
Delta1 The first declination in degrees |
Alpha2 |
Alpha2 The second right ascension expressed as an hour angle. |
Delta2 |
Delta2 The second declination in degrees |
Alpha3 |
Alpha3 The third right ascension expressed as an hour angle. |
Delta3 |
Delta3 The third declination in degrees |
Returns the distance of (Alpha3, Delta3) to the great circle (Alpha1, Delta1) - (Alpha2, Delta2) in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAAngularSeparation_DistanceFromGreatArc(Alpha1 = 123, Delta1 = 0, Alpha2 = 80, Delta2 = 12, Alpha3 = 55, Delta3 = 60)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.