Description Usage Arguments Value Author(s) References Examples
View source: R/CAAPrecession_AdjustPositionUsingUniformProperMotion.R
CAAPrecession_AdjustPositionUsingUniformProperMotion
1 | CAAPrecession_AdjustPositionUsingUniformProperMotion(t, Alpha, Delta, PMAlpha, PMDelta)
|
t |
t The number of years from the starting epoch, negative in the past and positive in the future. |
Alpha |
Alpha The right ascension expressed as an hour angle. |
Delta |
Delta The declination in degrees. |
PMAlpha |
PMAlpha The proper motion in right ascension in arc seconds per year. |
PMDelta |
PMDelta The proper motion in declination in arc seconds per year. |
Returns the converted equatorial coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the right ascension expressed as an hour angle and the y value corresponds to the declination in degrees.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAPrecession_AdjustPositionUsingUniformProperMotion(t = 55, Alpha = 11.20, Delta = 45, PMAlpha = 1.22, PMDelta = 1.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.