Skip to contents

Dataset for hypothetical objects with transmittance 1/1 (100%) and transmittance 0/1 (0%)

Usage

clear.spct

opaque.spct

Format

A filter_spct object with 4 rows and 2 variables

An object of class filter_spct (inherits from generic_spct, tbl_df, tbl, data.frame) with 4 rows and 2 columns.

Details

  • w.length (nm).

  • Tfr (0..1)

Examples

clear.spct
#> Object: filter_spct [4 x 2]
#> Wavelength range 100-5000 nm, step 1-4898 nm 
#> Label: theoretical fully transparent object 
#> Rfr (/1): 0.000, thickness (mm): 1.000e+03, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Internal spectral transmittance [/1] 
#> --
#> # A tibble: 4 × 2
#>   w.length   Tfr
#>      <dbl> <dbl>
#> 1      100     1
#> 2      101     1
#> 3     4999     1
#> 4     5000     1
opaque.spct
#> Object: filter_spct [4 x 2]
#> Wavelength range 100-5000 nm, step 1-4898 nm 
#> Label: theoretical fully opaque object 
#> Rfr (/1): 0.000, thickness (mm): 1.000e+03, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Internal spectral transmittance [/1] 
#> --
#> # A tibble: 4 × 2
#>   w.length   Tfr
#>      <dbl> <dbl>
#> 1      100     0
#> 2      101     0
#> 3     4999     0
#> 4     5000     0