Skip to contents

Names of datasets containing the wavelengths and tabulated values for fractional spectral transmittance for filters of given colours.

Usage

clear_filters

neutral_filters

uv_filters

blue_filters

blue_green_filters

green_filters

yellow_filters

orange_filters

red_nir_filters

heat_filters

uvir_cut_filters

Format

A vector of character strings.

An object of class character of length 30.

An object of class character of length 53.

An object of class character of length 9.

An object of class character of length 22.

An object of class character of length 6.

An object of class character of length 14.

An object of class character of length 8.

An object of class character of length 28.

An object of class character of length 4.

An object of class character of length 9.

Details

The vectors can be used to extract subsets of spectra from the collection in filter.mspct. Some spectra are included in more than one vector.

See also

Examples

clear_filters
#>  [1] "BW_007_Clear_MRC_nano_1.2mm_46mm"    
#>  [2] "Evonik_Clear_0A000_XT"               
#>  [3] "Evonik_Clear_0F00_GT"                
#>  [4] "Evonik_Clear_2458_GT"                
#>  [5] "Evonik_Clear_UV_100_0A570_GT"        
#>  [6] "Evonik_Solar_Clear_0Z023_GT"         
#>  [7] "Foiltek_Clear_PC"                    
#>  [8] "Foiltek_Clear_PET_G"                 
#>  [9] "Foiltek_Clear_PS"                    
#> [10] "Foiltek_Clear_PVC"                   
#> [11] "Haida_Clear_Night_NanoPro_1.6mm_52mm"
#> [12] "Hoya_Protector_HD_2.0mm_52mm"        
#> [13] "Hoya_Protector_HD_2.1mm_72mm"        
#> [14] "Hoya_Protector_HD_old_TTmm_NA"       
#> [15] "Macrolife_Clear_PC_UV"               
#> [16] "Rosco_Clear_00_not_current"          
#> [17] "Unbranded_Clear_LD_PE_50um"          
#> [18] "Unbranded_Clear_LD_PE_50um_used"     

# select filters of amber and yellow color ("blue absorbing")
filters.mspct[yellow_filters]
#> Object: filter_mspct [14 x 1]
#> --- Member: Evonik_Yellow_1C33_GT ---
#> Object: filter_spct [388 x 2]
#> Wavelength range 190-1100 nm, step 1-4 nm 
#> Label: Poly(methyl methacrylate) (PMMA) 'acrylic' sheet; Plexiglas 'Yellow 1C33 GT'; 0.002 m thick; new; from Evonik Industries, Germany 
#> Rfr (/1): 0.065, thickness (mm): 3.00, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Total spectral transmittance [/1] 
#> --
#> # A tibble: 388 × 2
#>    w.length      Tfr
#>       <dbl>    <dbl>
#>  1      190 0.000107
#>  2      194 0.000103
#>  3      198 0.000100
#>  4      200 0.000100
#>  5      202 0.000100
#>  6      206 0.000100
#>  7      210 0.000100
#>  8      214 0.000100
#>  9      216 0.000100
#> 10      218 0.000100
#> # ℹ 378 more rows
#> --- Member: Heliopan_Yellow_5_SH_PMC_2.3mm_52mm ---
#> Object: filter_spct [329 x 2]
#> Wavelength range 200-1020 nm, step 1-4 nm 
#> Label: Photography filter: Heliopan Yellow 5 SH PMC 
#> Rfr (/1): 0.015, thickness (mm): 2.30, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Total spectral transmittance [/1] 
#> --
#> # A tibble: 329 × 2
#>    w.length    Tfr
#>       <int>  <dbl>
#>  1      200 0.0001
#>  2      204 0.0001
#>  3      208 0.0001
#>  4      210 0.0001
#>  5      211 0.0001
#>  6      212 0.0001
#>  7      213 0.0001
#>  8      214 0.0001
#>  9      215 0.0001
#> 10      216 0.0001
#> # ℹ 319 more rows
#> --- Member: Hoya_Y_(K2)_HMC_2.3mm_52mm ---
#> Object: filter_spct [331 x 2]
#> Wavelength range 200-1020 nm, step 1-4 nm 
#> Label: Photography filter: Hoya Y (K2) HMC 
#> Rfr (/1): 0.015, thickness (mm): 2.30, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Total spectral transmittance [/1] 
#> --
#> # A tibble: 331 × 2
#>    w.length    Tfr
#>       <int>  <dbl>
#>  1      200 0.0001
#>  2      204 0.0001
#>  3      208 0.0001
#>  4      210 0.0001
#>  5      211 0.0001
#>  6      212 0.0001
#>  7      213 0.0001
#>  8      214 0.0001
#>  9      215 0.0001
#> 10      216 0.0001
#> # ℹ 321 more rows
#> --- Member: Lee_Yellow_101 ---
#> Object: filter_spct [223 x 2]
#> Wavelength range 403-698 nm, step 0.9890331-8 nm 
#> Label: Theatrical 'gel'; Lee 'Lee Yellow 101'; new; Lee filters, UK (digitized from specs.) 
#> Rfr (/1): NA, thickness (mm): NA, attenuation mode: NA.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Total spectral transmittance [/1] 
#> --
#> # A tibble: 223 × 2
#>    w.length   Tfr
#>       <dbl> <dbl>
#>  1      403    NA
#>  2      411    NA
#>  3      413    NA
#>  4      414    NA
#>  5      415    NA
#>  6      416    NA
#>  7      417    NA
#>  8      418    NA
#>  9      419    NA
#> 10      420    NA
#> # ℹ 213 more rows
#> --- Member: Rosco_Canary_Supergel_no312 ---
#> Object: filter_spct [425 x 2]
#> Wavelength range 190-800 nm, step 1-4 nm 
#> Label: Theatrical 'gel', type 'Canary Supergel no312; new; from Rosco, UK 
#> Rfr (/1): 0.080, thickness (mm): 0.0900, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Total spectral transmittance [/1] 
#> --
#> # A tibble: 425 × 2
#>    w.length       Tfr
#>       <int>     <dbl>
#>  1      190 0.00271  
#>  2      191 0.00222  
#>  3      192 0.00172  
#>  4      194 0.00108  
#>  5      195 0.00058  
#>  6      196 0.0000100
#>  7      197 0.0000100
#>  8      198 0.0000100
#>  9      200 0.0000100
#> 10      201 0.0000100
#> # ℹ 415 more rows
#> --- Member: Rosco_Canary_Supergel_no312_used ---
#> Object: filter_spct [444 x 2]
#> Wavelength range 190-800 nm, step 1-4 nm 
#> Label: Theatrical 'gel', type 'Canary Supergel no312; used; from Rosco, UK 
#> Rfr (/1): 0.080, thickness (mm): 0.0900, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Total spectral transmittance [/1] 
#> --
#> # A tibble: 444 × 2
#>    w.length       Tfr
#>       <int>     <dbl>
#>  1      190 0.000470 
#>  2      194 0.0000100
#>  3      195 0.0000100
#>  4      196 0.00008  
#>  5      198 0.00008  
#>  6      202 0.00008  
#>  7      203 0.0000100
#>  8      204 0.0000100
#>  9      205 0.0000100
#> 10      206 0.0000100
#> # ℹ 434 more rows
#> --- Member: Schott_GG395 ---
#> Object: filter_spct [494 x 2]
#> Wavelength range 200-5200 nm, step 1-50 nm 
#> Label: SCHOTT GG395 3mm-thick 
#> Rfr (/1): 0.082, thickness (mm): 3.00, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Internal spectral transmittance [/1] 
#> --
#> # A tibble: 494 × 2
#>    w.length     Tfr
#>       <dbl>   <dbl>
#>  1      200 0.00001
#>  2      204 0.00001
#>  3      208 0.00001
#>  4      210 0.00001
#>  5      211 0.00001
#>  6      212 0.00001
#>  7      213 0.00001
#>  8      214 0.00001
#>  9      215 0.00001
#> 10      216 0.00001
#> # ℹ 484 more rows
#> --- Member: Schott_GG400 ---
#> Object: filter_spct [490 x 2]
#> Wavelength range 200-5200 nm, step 1-50 nm 
#> Label: SCHOTT GG400 3mm-thick 
#> Rfr (/1): 0.082, thickness (mm): 3.00, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Internal spectral transmittance [/1] 
#> --
#> # A tibble: 490 × 2
#>    w.length     Tfr
#>       <dbl>   <dbl>
#>  1      200 0.00001
#>  2      204 0.00001
#>  3      208 0.00001
#>  4      210 0.00001
#>  5      211 0.00001
#>  6      212 0.00001
#>  7      213 0.00001
#>  8      214 0.00001
#>  9      215 0.00001
#> 10      216 0.00001
#> # ℹ 480 more rows
#> --- Member: Schott_GG420 ---
#> Object: filter_spct [529 x 2]
#> Wavelength range 200-5200 nm, step 1-50 nm 
#> Label: SCHOTT GG420 3mm-thick 
#> Rfr (/1): 0.082, thickness (mm): 3.00, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Internal spectral transmittance [/1] 
#> --
#> # A tibble: 529 × 2
#>    w.length     Tfr
#>       <dbl>   <dbl>
#>  1      200 0.00001
#>  2      204 0.00001
#>  3      208 0.00001
#>  4      210 0.00001
#>  5      211 0.00001
#>  6      212 0.00001
#>  7      213 0.00001
#>  8      214 0.00001
#>  9      215 0.00001
#> 10      216 0.00001
#> # ℹ 519 more rows
#> --- Member: Schott_GG435 ---
#> Object: filter_spct [520 x 2]
#> Wavelength range 200-5200 nm, step 1-50 nm 
#> Label: SCHOTT GG435 3mm-thick 
#> Rfr (/1): 0.082, thickness (mm): 3.00, attenuation mode: absorption.
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Internal spectral transmittance [/1] 
#> --
#> # A tibble: 520 × 2
#>    w.length     Tfr
#>       <dbl>   <dbl>
#>  1      200 0.00001
#>  2      204 0.00001
#>  3      208 0.00001
#>  4      210 0.00001
#>  5      211 0.00001
#>  6      212 0.00001
#>  7      213 0.00001
#>  8      214 0.00001
#>  9      215 0.00001
#> 10      216 0.00001
#> # ℹ 510 more rows
#> ..........................
#> 4 other member spectra not shown
#> 
#> --- END ---