eci_to_enu

ska_sdp_func_python.util.coordinate_support.eci_to_enu(eci, lat)[source]

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

Parameters:
  • eci – Array of [x, y, z]

  • lat – Latitude

Returns:

Array of [east, north, elevation]