fresnel_reflection_coefficients

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

Calculates the fresnel reflection 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:
r_s, r_p

The reflection coefficients for s and p polarization.