finesse.gaussian.BeamParam.S

property BeamParam.S

Defocus (wavefront curvature), SS, of the Gaussian beam, equivalent to the reciprocal of BeamParam.Rc.

Computed as,

S=zz2+zR2,S = \frac{z}{z^2 + z_R^2},

where zz is the distance to the waist position (given by BeamParam.z, or BeamParam.real) and zRz_R is the Rayleigh range (given by BeamParam.zr, or BeamParam.imag).

Hint

Use BeamParam.curvature() to compute the curvature as a function of any of the above dependent arguments.

Getter:

Returns the defocus of the beam parameter. Read-only.