photobiologyWavebands (version 0.5.2)

erythema: Constructor of erythema-weighted waveband

Description

Erythema BSWF (1998 update)

Usage

erythema(std = "CIE98", norm = 298, w.low = 250, w.high = 400)

CIE(norm = 298, w.low = 250, w.high = 400)

Value

a waveband object wavelength defining wavelength range, weighting function and normalization wavelength.

Arguments

std

a character string, currently only "CIE98" supported.

norm

normalization wavelength (nm)

w.low

short-end boundary wavelength (nm)

w.high

long-end boundary wavelength (nm)

References

Webb, A. R.; Slaper, H.; Koepke, P. & Schmalwieser, A. W. (2011) Know your standard: clarifying the CIE erythema action spectrum. Photochemistry and photobiology, 2011, 87, 483-486

DIN (2018) Standard DIN 5031-10:2018-03 Optical radiation physics and illuminating engineering. Part 10: Photobiologically effective radiation, quantities, symbols and action spectra. Beuth Verlag, Berlin 2018.

See Also

waveband

Other BSWF weighted wavebands: CH4(), DNA_GM(), DNA_N(), DNA_P(), FLAV(), GEN_G(), GEN_M(), GEN_T(), PAR(), PG(), UV_health_hazard()

Other BSWF weighted wavebands: CH4(), DNA_GM(), DNA_N(), DNA_P(), FLAV(), GEN_G(), GEN_M(), GEN_T(), PAR(), PG(), UV_health_hazard()

Examples

Run this code
erythema()
erythema("CIE98")
CIE()
CIE(norm = 300)
erythema(norm = 300)

Run the code above in your browser using DataLab