Dataset for hypothetical objects with transmittance 1/1 (100%) and transmittance 0/1 (0%)
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.
See also
Other Spectral data examples:
A.illuminant.spct,
D50.illuminant.spct,
D65.illuminant.spct,
Ler_leaf.spct,
black_body.spct,
ccd.spct,
filter_cps.mspct,
green_leaf.spct,
phenylalanine.spct,
photodiode.spct,
sun.spct,
sun_daily.spct,
sun_evening.spct,
two_filters.spct,
two_sensors.mspct,
water.spct,
white_led.source_spct
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
