enu_to_eci

ska_sdp_func_python.util.coordinate_support.enu_to_eci(enu, lat)[source]

Converts a baseline in [east, north, elevation] to earth-centered inertial coordinates for that baseline [x, y, z].

Parameters:
  • enu – Array of [east, north, elevation]

  • lat – Latitude

Returns:

Array of [x, y, z]