Seeding

class pyvsim.Toolbox.Seeding[source]

Methods

bounds[source]

This signals the ray tracing implementation that no attempt should be made to intersect rays with the seeding (it’s mapped differently)

cloud = None

Primitives.Points object with particle positions

refractiveIndex(wavelength=5.32e-07)[source]

Returns the index of refraction of the material given the wavelength (or a list of them)

Parameters :

wavelength : scalar or numpy.ndarray

The wavelength of the incoming light given in meters

Returns :

refractiveIndex : same dimension as wavelength

The index of refraction

This Page