MS_unwind_pm_90
MS_UNWIND_PM_90 - Unwind an angle until it is between -90 and 90 degrees
Utility function to find the equivelent angle between -90 and 90 degrees
assuming 180 defgree periodicity.
[angle] = unwind_pm_90(angle_in)
Usage:
for a given value of angle_in return a value greater than
-90 and less than or equal to +90 by repetedly adding or subtracting
180. Angle can be a scalar or a vector.