def __init__ (   self,
  f,
  name = None 
)

Reimplemented from optic.

Definition at line 111 of file abcd_optics.py.

00111                                   :
00112     optic.__init__ (self, Numeric.array(((1.0,0.0),(-1.0/f,1.0))),  
00113         "Lens%s: f= %.3f"%(fixname(name), f))
00114 
class identityoptic(optic):


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