diffuse_glass_R

iadpython.fresnel.diffuse_glass_R(n_air, n_slide, n_slab)[source]

Calculate the total diffuse specular reflection for air-glass-tissue interface.

This function computes the total diffuse specular reflection from the interface between air, a glass slide, and tissue. It utilizes the Fresnel reflection coefficients for the air-glass and glass-tissue interfaces to computes the total diffuse reflection.

Parameters:
  • n_air – The refractive index of the surrounding air.

  • n_slide – The refractive index of the glass slide.

  • n_slab – The refractive index of the tissue slab.

Returns:

The total diffuse specular reflection coefficient.