RefractiveIndex

public interface RefractiveIndex

Common methods for the sample’s refractive index distribution.

Author:Kyle M. Douglass

Methods

getN

public Complex getN(double x, double y, double z)

Returns the (complex) refractive index at the position (x, y, z). z = 0 corresponds to the plane of the coverslip.

Parameters:
  • x – The x-position within the sample.
  • y – The y-position within the sample.
  • z – The z-position within the sample.
Returns:

The complex refractive index at the position (x, y, z).