improver.utilities.complex_conversion module#
- complex_to_deg(complex_in)[source]#
Converts complex to degrees.
The “np.angle” function returns negative numbers when the input is greater than 180. Therefore additional processing is needed to ensure that the angle is between 0-359.