def qw (   self,
  abcd 
)

Definition at line 53 of file abcd_optics.py.

00053                     :
00054     if isinstance(abcd, optic):
00055       a,b,c,d=abcd.abcd().flat
00056     else:
00057       a,b,c,d=abcd.flat
00058     qout=qparms(self.lambda0, q=(self.q*a+b)/(self.q*c+d))
00059     return qout
00060     
  def ztrace(self, matlist, end_z):


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