pydl.goddard
Convert an angle larger than 360 degrees to one less than 360 degrees.
float
Angle to convert. If the angle is in radians, the radians argument should be set.
radians
bool
If True, the input angle is in radians, and the output will be between zero and 2π.
True
Angle in the restricted range.
Examples
>>> from pydl.goddard.misc import cirrange >>> cirrange(-270.0) 90.0
cirrange()