refidx package

Submodules

refidx.core module

class refidx.core.DataBase[source]

Bases: object

Material database

random()[source]
class refidx.core.Material(id)[source]

Bases: object

Material class

property comments
property data
get_index(wavelength)[source]

Get the complex refractive index.

Parameters:

wavelength (float or array of floats) – Wavelength.

Returns:

The refractive index.

Return type:

complex or complex array

property info
property material_data
print_info(html=False, tmp_dir=None)[source]
property references
property type
property wavelength_range

Module contents