acos_array

sofia_redux.scan.coordinate_systems.projection.projection_numba_functions.acos_array(values)[source]

Return the inverse cosine for an array of values

This is a wrapper that passes an array of values into acos().

Parameters:
valuesnumpy.ndarray (float)
Returns:
anglesnumpy.ndarray (float)

The angles in radians.