astroforge.coordinates.CIRSToTETED#

astroforge.coordinates.CIRSToTETED(time, X)[source]#

Converts a cartesian vector from the Celestial Intermediate Reference System (CIRS) to the True Equator True Equinox of Date (TETED) coordinate system. See Kaplan (2005) for more information.

Parameters:
  • time (float) – Reference epoch for the TETED coordinate system, specified as Modified Julian Date (MJD), in the UT1 time system.

  • X (NDArray[np.float64]) – Shape (3,) cartesian vector to be rotated from CIRS to TETED

Returns:

Rotated vector

Return type:

NDArray[np.float64]