Skip to contents

A dataset containing wavelengths at a 1 nm interval (390 nm to 830 nm) and the corresponding response values for a 10 degrees target. Original data from http://www.cvrl.org/ downloaded on 2014-04-29 The variables are as follows:

  • w.length (nm)

  • s.e.response

Usage

ciev10.spct

Format

A chroma_spct object with 441 rows and 4 variables

Author

CIE

Examples

ciev10.spct
#> Object: response_spct [441 x 2]
#> Wavelength range 390-830 nm, step 1 nm 
#> Label: CIE 2008 10 degrees V 
#> Variables:
#>  w.length: Wavelength [nm]
#>  s.e.response: Spectral energy response [W-1 m2 nm] 
#> --
#> # A tibble: 441 × 2
#>    w.length s.e.response
#>       <int>        <dbl>
#>  1      390     0.000408
#>  2      391     0.000498
#>  3      392     0.000606
#>  4      393     0.000737
#>  5      394     0.000893
#>  6      395     0.00108 
#>  7      396     0.00130 
#>  8      397     0.00155 
#>  9      398     0.00185 
#> 10      399     0.00220 
#> # ℹ 431 more rows