gaussian_field
- awg_designer.all.gaussian_field(waist, x, center=0.0)
Gaussian field profile.
This can be used to generate a field profile for the aperture.
- Parameters:
- waist: float
Beam waist. Half width at 1/e^2 of the intensity profile (1/e of the field).
- x: (list of floats)
1 dimensional coordinatess where to calculate the field.
- center: float
center of the coordinate array
- Returns:
- Power normalized Gaussian field profile at x, centered along center (numpy array).
See also
OpenWireWgAperture
The FieldModelFromFunction view