spectra2lux {colorscience}R Documentation

Illuminance (Lux) from spectra

Description

spectra2lux Illuminance (Lux) from spectra.

Usage

spectra2lux(spectraIn=NA, ciexyzIn=NA,wlIn=NA, wlInterval=NA) 

Arguments

spectraIn

light source spd

ciexyzIn

reference data values

wlIn

range of output wavelengths

wlInterval

arbitrary wavelength interval to be applied to all series through interpolation

Value

Correlated Color Temperature (CCT)

Author(s)

Jose Gama

Source

Rensselaer Polytechnic Institute Light Sources and Color Q & A Appendix B: MATLAB script for calculating measures of light source color: CCT, CRI, GA, and FSI https://www.lrc.rpi.edu/programs/nlpip/lightinganswers/pdf/print/lightsources.pdf

References

Rensselaer Polytechnic Institute Light Sources and Color Q & A Appendix B: MATLAB script for calculating measures of light source color: CCT, CRI, GA, and FSI https://www.lrc.rpi.edu/programs/nlpip/lightinganswers/pdf/print/lightsources.pdf

Examples

spectra2lux(MaterialReferenceData[,c('wavelength','BlueSky')])

[Package colorscience version 1.0.9 Index]