libera_utils.kernel_maker.uncorrect_azimuth#
- libera_utils.kernel_maker.uncorrect_azimuth(corrected: float | floating | ndarray | Series) float | floating | ndarray | Series#
Recover telemetered azimuth angle(s) from corrected value(s).
Inverse of
correct_azimuth(), solved by fixed-point iteration ontelemetry = corrected + azimuth_error(telemetry).- Parameters:
corrected (AngleLike) – Corrected azimuth angle(s), in radians.
- Returns:
Telemetered azimuth angle(s), in radians.
- Return type:
AngleLike