erythema: Constructor of erythema-weighted waveband

View source: R/cie.r

erythemaR Documentation

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)

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)

Value

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

Note

The erythema BSWF from CIE is specified by a mathematical formula, and this is used directly in the definition of the returned waveband.

Standard DIN 5031-10:2018-03 defines BSWF er as a table of interpolated values derived from CIE's definition from 1998. So, the values computed using this R package do not necessarily exactly match those according to DIN 5031-10:2018-03. The range of wavelengths used, 250 to 400 nm, does agree, with those in the standard.

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

erythema()
erythema("CIE98")
CIE()
CIE(norm = 300)
erythema(norm = 300)


photobiologyWavebands documentation built on Oct. 24, 2023, 5:07 p.m.