Calculates a rotation matrix from horizontal (HOR) 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: HOR = horizontal system (x=North, y=West, z=Zenith).
Target: EQJ = equatorial system, using equator at J2000 epoch.
Examples
astro_rotation_HOR_EQJ(Sys.time(), latitude = -35.28, longitude = 149.12, height = 0)
#> [,1] [,2] [,3]
#> [1,] 0.4407755 0.3757171 0.815201584
#> [2,] 0.6504574 -0.7595410 -0.001635439
#> [3,] 0.6185645 0.5309748 -0.579175020