Definition at line 399 of file general_optics.py.
00399 : 00400 "make a complete clone of the beam" 00401 b=copy.copy(self) 00402 b.q=copy.copy(self.q) #copy q a little deeper 00403 return b 00404 def clone_no_marks(self):