Reimplemented in dielectric_interface, and paraxial_spherical_mirror. Definition at line 848 of file general_optics.py. 00848 : 00849 "apply our q-transform to a localized beam" 00850 self.beam.q.focus(self.strength) #it's easy! 00851 def abcd_transform(self, vec):
|