Description Usage Arguments Value Author(s) References Examples
View source: R/CAAFK5_ConvertVSOPToFK5AnyEquinox.R
CAAFK5_ConvertVSOPToFK5AnyEquinox
1 | CAAFK5_ConvertVSOPToFK5AnyEquinox(value_X, value_Y, value_Z, JDEquinox)
|
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. |
A class containing the converted equatorial FK5 reference frame coordinates.
C++ code by PJ Naughter, imported to R by Jinlong Zhang
Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.
1 | CAAFK5_ConvertVSOPToFK5AnyEquinox(value_X = 0.12, value_Y = 0.777, value_Z = 0.23, JDEquinox = 2456923)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.