asin

sofia_redux.scan.coordinate_systems.projection.projection_numba_functions.asin(value)[source]

Return the inverse sine of a value.

Values are clipped between -1 <= x <= 1 before being passed into np.arcsin().

Parameters:
valuefloat
Returns:
anglefloat

The angle in radians