CAAPrecession_AdjustPositionUsingMotionInSpace: CAAPrecession_AdjustPositionUsingMotionInSpace

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAPrecession_AdjustPositionUsingMotionInSpace.R

Description

CAAPrecession_AdjustPositionUsingMotionInSpace

Usage

1
CAAPrecession_AdjustPositionUsingMotionInSpace(r, DeltaR, t, Alpha, Delta, PMAlpha, PMDelta)

Arguments

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.

Value

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.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
2
CAAPrecession_AdjustPositionUsingMotionInSpace(r = 12, DeltaR = 250, t = 100,
    Alpha = 12.6, Delta = 22, PMAlpha = 1.2, PMDelta = 0.75)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.