xopto.materials.absorption.epidermis module

class Andreia[source]

Bases: xopto.materials.absorption.base.Absorption

Baseline absorption coefficient of epidermis:

material = 'epidermis baseline'
plot(wavelength: numpy.ndarray, gamma: float = 0.5, show: bool = True)[source]

Plot the absorption coefficient at the given wavelengths.

Parameters
  • wavelength (np.ndarray) – Wavelengths of light. If None, use the reference values.

  • gamma (float) – Baseline absorption parameter.

  • show (bool) – Show the plot window if True.