Definition at line 240 of file general_optics.py. 00240 : 00241 "for a given optical element which provides a q_transform method, apply it to ourself" 00242 element.q_transform(self) 00243 return self #make daisy-chaining easy 00244 def abcd_transform(self, abcd):
|