A dataset containing wavelengths at a 1 nm interval (390 nm to 830 nm) and the corresponding x, y, and z chromaticity coordinates. According to proposed CIE 2006 standard. Original data from http://www.cvrl.org/ downloaded on 2014-04-28 The variables are as follows:
w.length (nm)
x
y
z
Note
These data are not from the official CIE on-line distribution but are retained for backwards compatibility. It is recommended to download the latest version from https://cie.co.at/data-tables.
See also
Other Visual response data examples:
beesxyzCMF.spct
,
ciev10.spct
,
ciev2.spct
,
ciexyzCC10.spct
,
ciexyzCMF10.spct
,
ciexyzCMF2.spct
,
cone_fundamentals10.spct
Examples
ciexyzCC2.spct
#> Object: chroma_spct [441 x 4]
#> Wavelength range 390-830 nm, step 1 nm
#> Label: CIE 2012 2 degrees CC
#> Variables:
#> w.length: Wavelength [nm]
#> x: Numeric colour coordinate X
#> y: Numeric colour coordinates Y
#> z: Numeric colour coordinates Z
#> --
#> # A tibble: 441 × 4
#> w.length x y z
#> <int> <dbl> <dbl> <dbl>
#> 1 390 0.166 0.0183 0.815
#> 2 391 0.166 0.0185 0.815
#> 3 392 0.166 0.0186 0.815
#> 4 393 0.166 0.0187 0.815
#> 5 394 0.166 0.0187 0.815
#> 6 395 0.166 0.0187 0.815
#> 7 396 0.166 0.0187 0.815
#> 8 397 0.166 0.0187 0.816
#> 9 398 0.165 0.0186 0.816
#> 10 399 0.165 0.0184 0.816
#> # ℹ 431 more rows