deg0to360

ssapy.utils.deg0to360(array_)[source][source]

Normalize angles in degrees to the range [0, 360].

Parameters:

array (int, float, or iterable) – Angle or angles in degrees.

Returns:

Normalized angle or angles in degrees.

Return type:

int, float, or list