def __str__ (   self  ) 

Definition at line 391 of file general_optics.py.

00391                          :
00392                 return "beam: x0=%s, dir=%s, %s" % (Numeric.array_str(self.x0, precision=3, suppress_small=1),
00393                                 Numeric.array_str(self.direction(), precision=3, suppress_small=1),
00394                                 str(self.q))
00395 
        def __repr__(self):


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