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