pwspy.utility.reflection.extraReflectance.getTheoreticalReflectances

pwspy.utility.reflection.extraReflectance.getTheoreticalReflectances(materials, wavelengths, numericalAperture)[source]

Generate a dictionary containing a Pandas Series of the material-glass reflectance for each material in materials.

Parameters
  • materials (Set[Material]) – The set of materials that you want to retrieve the theoretical reflectance for.

  • wavelengths (Tuple[float]) – The wavelengths that you want the reflectances calculated at.

  • numericalAperture (float) – The numerical aperture that the reflectance should be calculated at.

Return type

Dict[Material, Series]

Returns

A dictionary of the reflectances for each material. The material serves as the dictionary key.