CAACoordinateTransformation_Ecliptic2Equatorial: CAACoordinateTransformation_Ecliptic2Equatorial

Description Usage Arguments Value Author(s) References Examples

View source: R/CAACoordinateTransformation_Ecliptic2Equatorial.R

Description

CAACoordinateTransformation_Ecliptic2Equatorial

Usage

1

Arguments

Lambda

Lambda The ecliptic longitude in degrees.

Beta

Beta The ecliptic latitude in degrees.

Epsilon

Epsilon the obliquity of the ecliptic in degrees.

Value

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The x value in the class corresponds to the equatorial longitude in hours and the y value corresponds to the equatorial latitude 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
CAACoordinateTransformation_Ecliptic2Equatorial(Lambda = 34, Beta = 21, Epsilon = 0.0023)

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