Definition at line 405 of file general_optics.py. 00405 : 00406 "make a clone of the beam without any marks. This is used by the marks system to embed non-recursive snapshots of the beam into the marks array" 00407 marks=self.marks 00408 del self.marks 00409 q=self.clone() 00410 self.marks=marks 00411 return q 00412 def shift_lambda(self, delta):
|