FusedSilica

class raytracing.FusedSilica

Bases: raytracing.materials.Material

All data from https://refractiveindex.info/tmp/data/main/SiO2/Malitson.html

classmethod findByName(name)

Identify the material and match it with a class used in Raytracing. This can fail if we do not have that material in the materials.py.

Methods

abbeNumber()
n(wavelength)

Inherited Methods

Vd()
all()
findByIndex(n, wavelength[, tolerance])
findByName(name) Identify the material and match it with a class used in Raytracing.