CAAFK5_ConvertVSOPToFK5AnyEquinox: CAAFK5_ConvertVSOPToFK5AnyEquinox

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAFK5_ConvertVSOPToFK5AnyEquinox.R

Description

CAAFK5_ConvertVSOPToFK5AnyEquinox

Usage

1
CAAFK5_ConvertVSOPToFK5AnyEquinox(value_X, value_Y, value_Z, JDEquinox)

Arguments

value_X

value X The geometric rectangular ecliptical coordinates of the object (e.g. the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial FK5 reference frame of JDEquinox.

value_Y

value Y The geometric rectangular ecliptical coordinates of the object (e.g. the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial FK5 reference frame of JDEquinox.

value_Z

value Z The geometric rectangular ecliptical coordinates of the object (e.g. the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial FK5 reference frame of JDEquinox.

JDEquinox

The Julian day for which equatorial coordinates should be calculated for.

Value

A class containing the converted equatorial FK5 reference frame coordinates.

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
CAAFK5_ConvertVSOPToFK5AnyEquinox(value_X = 0.12, value_Y = 0.777, value_Z = 0.23, JDEquinox = 2456923)

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