fresnel_transmission_coefficients

hcipy.optics.fresnel_transmission_coefficients(n_1, n_2, angle_of_incidence)

Calculates the fresnel transmission amplitude coefficient for an interface.

Parameters:
n_1array_like

Refractive index of the first medium

n_2array_like

Refractive index of the second medium

angle_of_incidencearray_like

The angle of incidence in radians with respect to the normal of the interface.

Returns:
t_s, t_p

The transmission coefficients for s and p polarization.