Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gaussian Beam vs MonoChromatic Field with Circular Aperture #49

Open
MarnixMeersman opened this issue Apr 19, 2024 · 1 comment
Open

Comments

@MarnixMeersman
Copy link

In real life setups, we try to reach a gaussian beam by having a very small pinhole right behind the laser to approximate a gaussian beam distribution.

I see that for the use of a gaussian beam, we first need to define a wavefield (mono/poly chromatic etc), then add gaussion with a waist diameter specified.

What is happening under the hood here? Is it the same as adding a circular aperture of the same width?

Just wondering. Thanks

@hadmack
Copy link

hadmack commented Apr 22, 2024

Yes, the GaussianBeam works the same was as a circular aperture. It's just a plane wave with a Gaussian apodization function applied instead, which is correct E field for the waist of a Gaussian beam.

Most lasers emit an approximately Gaussian beam with various levels of asymmetry and higher order mode content. Putting a pinhole in front of the laser is typically done to approximate a point source spherical wave. The circular apodization of the pinhole really diffracts to form an Airy disk in the far field, but the central lobe is a pretty uniform spherical wavefront.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants