Calculates a rotation matrix from equatorial of-date (EQD) to J2000 mean equator (EQJ).
Details
This is one of the family of functions that returns a rotation matrix for converting from one orientation to another.
Source: EQD = equatorial system, using equator of the specified date/time.
Target: EQJ = equatorial system, using mean equator at J2000 epoch.
Examples
astro_rotation_EQD_EQJ(Sys.time())
#> [,1] [,2] [,3]
#> [1,] 0.999979427 -5.883154e-03 -2.556119e-03
#> [2,] 0.005883043 9.999827e-01 -5.108656e-05
#> [3,] 0.002556375 3.604775e-05 9.999967e-01