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