finesse.gaussian.BeamParam.psi¶
- property BeamParam.psi¶
Gouy phase, , of the Gaussian beam.
Computed as,
where is the distance to the waist position (given by
BeamParam.z
, orBeamParam.real
) and is the Rayleigh range (given byBeamParam.zr
, orBeamParam.imag
).Hint
Use
BeamParam.gouy()
to compute the Gouy phase as a function of any of the above dependent arguments.- Getter
Returns the Gouy phase (in radians) of the beam parameter. Read-only.