pyarts3.arts.geodetic.enu2los

geodetic.enu2los(enu: pyarts3.arts.Vector3) pyarts3.arts.Vector2

Converts ENU unit vector vector to local zenith and azimuth

This function and the sister function los2enu handles transformation of line-of-sights, from and to ENU (east-north-up). The ENU vector is normalised to have length 1.

Parameters:

enu (Vector3) – Pointing (de,dn,du)

Returns:

los – Geodetic line-of-sight (za,aa)

Return type:

Vector2