Description Usage Arguments Value Author(s) References Examples
View source: R/CAAPrecession_AdjustPositionUsingMotionInSpace.R
CAAPrecession_AdjustPositionUsingMotionInSpace
1 | CAAPrecession_AdjustPositionUsingMotionInSpace(r, DeltaR, t, Alpha, Delta, PMAlpha, PMDelta)
|
r |
r The stars distance in parsecs. |
DeltaR |
deltar The radial velocity in km/s. |
t |
t The number of years from the starting epoch, negative in the past and positive in the future. |
Alpha |
Alpha The right ascension expression 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 2 | CAAPrecession_AdjustPositionUsingMotionInSpace(r = 12, DeltaR = 250, t = 100,
Alpha = 12.6, Delta = 22, PMAlpha = 1.2, PMDelta = 0.75)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.