def analysis.general_optics.wrap_angle (   theta  ) 

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):


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4