astroforge.coordinates.SEZToAzElRange#

astroforge.coordinates.SEZToAzElRange(X)[source]#

Compute the azimuth, elevation, and range given a displacement in the SEZ coordinate frame.

Parameters:

X (NDArray[np.float64]) – Displacement vector in SEZ frame. Should have shape (3, )

Returns:

  • az (float) – Azimuth angle (degrees)

  • el (float) – Elevation angle (degrees)

  • r (float) – Range (km)