Description Usage Arguments Value Author(s) Source References Examples
createIsoTempLinesTable
table of isotemperature lines for
use with the Robertson Method (Robertson, 1968) to interpolate isotemperature
lines from the CIE 1960 UCS.
1 2 | createIsoTempLinesTable(SPD=NA,CIETable = get("ciexyz31", envir = environment()),
TCS = get("TCSdata", envir = environment()))
|
SPD |
light source spd |
CIETable |
reference data values |
TCS |
spectral reflectance data of 14 color test samples for CRI |
Iso temperature lines table
Jose Gama
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.asp
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.asp
1 2 3 | # illuminant A
SPD = illuminants[1:51*2-1,c('wlnm','A')] # every 10 nm
isoTempLinesTable <- createIsoTempLinesTable(SPD)
|
Loading required package: Hmisc
Loading required package: lattice
Loading required package: survival
Loading required package: Formula
Loading required package: ggplot2
Attaching package: 'Hmisc'
The following objects are masked from 'package:base':
format.pval, round.POSIXt, trunc.POSIXt, units
Loading required package: munsellinterpol
Loading required package: geometry
Loading required package: magic
Loading required package: abind
Loading required package: pracma
Attaching package: 'pracma'
The following object is masked from 'package:munsellinterpol':
hypot
The following objects are masked from 'package:geometry':
dot, polyarea
The following object is masked from 'package:magic':
magic
The following object is masked from 'package:Hmisc':
ceil
Loading required package: sp
Attaching package: 'colorscience'
The following objects are masked from 'package:munsellinterpol':
XYZ2xyY, xyY2XYZ
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.