Skip to contents

A dataset containing wavelengths at a 1 nm interval (390 nm to 830 nm) and the corresponding x, y, and z 2 degrees CMF values. Derived from proposed CIE 2006 standard. Original data from http://www.cvrl.org/ downloaded on 2014-04-29 The variables are as follows:

  • w.length (nm)

  • x

  • y

  • z

Usage

ciexyzCMF2.spct

Format

A chroma_spct object with 441 rows and 4 variables

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.

Author

CIE

Examples

ciexyzCMF2.spct
#> Object: chroma_spct [441 x 4]
#> Wavelength range 390-830 nm, step 1 nm 
#> Label: CIE 2012 2 degrees CMF 
#> 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.00377 0.000415 0.0185
#>  2      391 0.00453 0.000503 0.0222
#>  3      392 0.00545 0.000608 0.0267
#>  4      393 0.00654 0.000734 0.0321
#>  5      394 0.00784 0.000884 0.0385
#>  6      395 0.00938 0.00106  0.0461
#>  7      396 0.0112  0.00127  0.0551
#>  8      397 0.0133  0.00150  0.0658
#>  9      398 0.0159  0.00178  0.0782
#> 10      399 0.0188  0.00210  0.0928
#> # ℹ 431 more rows