pyarts3.arts.geodetic.los2enu

geodetic.los2enu(los: pyarts3.arts.Vector2) pyarts3.arts.Vector3

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:

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

Returns:

ebu – Pointing (de,dn,du)

Return type:

Vector3