Definition at line 61 of file general_optics.py.
00061 : 00062 "wrap_angle always returns an angle in (-180,180)" 00063 return ( (theta + 180) % 360 ) -180 00064 def sincosdeg(theta_deg):