createIsoTempLinesTable: table of isotemperature lines for use with the Robertson Method
Description
createIsoTempLinesTable
table of isotemperature lines for
use with the Robertson Method (Robertson, 1968) to interpolate isotemperature
lines from the CIE 1960 UCS.Usage
createIsoTempLinesTable(SPD=NA,CIETable = ciexyz31, TCS = TCSdata)
Arguments
CIETable
reference data values
TCS
spectral reflectance data of 14 color test samples for CRI
Value
- Iso temperature lines table
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
http://www.lrc.rpi.edu/programs/nlpip/lightinganswers/lightsources/appendixb1.aspReferences
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
http://www.lrc.rpi.edu/programs/nlpip/lightinganswers/lightsources/appendixb1.aspExamples
Run this code# illuminant A
SPD = illuminants[1:51*2-1,c('wlnm','A')] # every 10 nm
isoTempLinesTable <- createIsoTempLinesTable(SPD)
Run the code above in your browser using DataLab