def mat4 (   self  ) 

Definition at line 837 of file general_optics.py.

00837                       :
00838                 "get a full abcd tensor for this lens, as needed to transform q"
00839                 mxx, mxy, myx, myy=[Numeric.array(((1.,0.),(d,1.))) for d in self.strength.flat]
00840                 return Numeric.array(((mxx,mxy),(myx,myy)))
00841         
        def rotate_axis(self, axis_theta):


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