Description Usage Arguments Value Author(s) References Examples
View source: R/CAAFK5_ConvertVSOPToFK5J2000.R
CAAFK5_ConvertVSOPToFK5J2000
1 | CAAFK5_ConvertVSOPToFK5J2000(value_X, value_Y, value_Z)
|
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 J2000 reference frame. |
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 J2000 reference frame. |
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 J2000 reference frame. |
A class containing the converted equatorial FK5 J2000 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_ConvertVSOPToFK5J2000(value_X = 0.99, value_Y= 0.41, value_Z = 0.33)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.