libera_utils.kernel_maker.uncorrect_elevation#

libera_utils.kernel_maker.uncorrect_elevation(corrected: float | floating | ndarray | Series) float | floating | ndarray | Series#

Recover telemetered elevation angle(s) from corrected value(s).

Inverse of correct_elevation(), solved by fixed-point iteration on telemetry = corrected + elevation_error(telemetry).

Parameters:

corrected (AngleLike) – Corrected elevation angle(s), in radians.

Returns:

Telemetered elevation angle(s), in radians.

Return type:

AngleLike