Skip to contents

Names of members of the lamps.mspct collection of spectra grouped by the technology their are based on, i.e., type.

Usage

lamp_types

incandescent_lamps

fluorescent_lamps

led_lamps

mercury_lamps

multimetal_lamps

sodium_lamps

xenon_lamps

Format

A vector of character strings.

An object of class character of length 3.

An object of class character of length 24.

An object of class character of length 33.

An object of class character of length 25.

An object of class character of length 1.

An object of class character of length 1.

An object of class character of length 4.

Details

These vectors can be used to extract subsets of spectra from lamps.mspct. One additional vector, lamp_types contains the names used for types of lamps in the names and vectors.

Note

In the case of LED-based lamps we include here only ready built commercially available lamps. In some cases assembled from multiple discrete LEDs, possible of mixed types and spectral output. For emission spectra for LEDs available as electronic components please see photobiologyLEDs-package.

See also

lamps.mspct

Other indexing vectors of names: lamp_brands, lamp_colors, lamp_uses

Examples

lamp_types
#>                   FT                   CF                  Inc 
#>  "fluorescent_lamps"  "fluorescent_lamps" "incandescent_lamps" 
#>                  LED                   Hg           Germicidal 
#>          "led_lamps"      "mercury_lamps"      "mercury_lamps" 
#>                   MH                  HPS                  LPS 
#>   "multimetal_lamps"       "sodium_lamps"       "sodium_lamps" 
#>                  XeF 
#>        "xenon_lamps" 

sodium_lamps
#> [1] "Osram.HPS.Super.Vialox"
multimetal_lamps
#> [1] "Osram.MH.HQIT.400W"
mercury_lamps
#>  [1] "Airam.CF.15W.2700K"          "Airam.CF.Spiraali.14W.3000K"
#>  [3] "Eiko.F36T8.BLB"              "LCDlighting.FT.UVA.BL"      
#>  [5] "Osram.FT.36W.25"             "Osram.FT.L36W.840"          
#>  [7] "Osram.FT.L36W.865"           "Philips.CF.PLS.11W.927"     
#>  [9] "Philips.FT.TL.40W.01.uv"     "Philips.FT.TL.40W.12"       
#> [11] "Philips.FT.TL.40W.12.uv"     "Philips.FT.TL5.35W.830.HE"  
#> [13] "Philips.FT.TLD.36W.15"       "Philips.FT.TLD.36W.18"      
#> [15] "Philips.FT.TLD.36W.18.lores" "Philips.FT.TLD.36W.83"      
#> [17] "Philips.FT.TLD.36W.89"       "Philips.FT.TLD.36W.92"      
#> [19] "Philips.FT.TLD.36W.965"      "Philips.FT.TLD.36W.BLB.108" 
#> [21] "Philips.FT.TLL.36W.950"      "QPanel.FT.UVB313.40W"       
#> [23] "QPanel.FT.UVB340.40W"        "Sylvania.FT.215W.VHO"       
#> [25] "Generic.germicidal"         
led_lamps
#>  [1] "Airam.LED.11W.4000K"                   
#>  [2] "Airam.LED.14W.4000K"                   
#>  [3] "Airam.LED.9W.3000K"                    
#>  [4] "Amaran.M9.LED.video.light.5500K"       
#>  [5] "Convoy.S2plus.LED.blue.flashlight"     
#>  [6] "Convoy.S2plus.LED.UVA.flashlight"      
#>  [7] "Fluence.LED.AnthoSpec"                 
#>  [8] "Fluence.LED.PhysioSpec.BROAD"          
#>  [9] "Fluence.LED.PhysioSpec.BROAD.R3"       
#> [10] "Fluence.LED.PhysioSpec.BROAD.R6"       
#> [11] "Fluence.LED.PhysioSpec.BROAD.R9B"      
#> [12] "Fluence.LED.PhysioSpec.Greenhouse"     
#> [13] "Fluence.LED.PhysioSpec.Indoor"         
#> [14] "Generic.LED.9W.mosquito"               
#> [15] "Generic.LED.NIR.flashlight"            
#> [16] "Generic.LED.UVA.flashlight"            
#> [17] "Ikea.LED.6.3W.2700K"                   
#> [18] "Jaxman.E2.LED.flashlight"              
#> [19] "Jaxman.U1c.LED.UVA.flood.flashlight"   
#> [20] "Ledenergie.LED.Nano.T8.9.5W.4000K"     
#> [21] "Ledenergie.LED.Teho.T8.9W.4000K"       
#> [22] "Ledstore.LED.10W.4000K"                
#> [23] "Osram.LED.10W.2700K"                   
#> [24] "Osram.LED.8W.2700K"                    
#> [25] "Philips.LED.T8.10W.840"                
#> [26] "Sunwayfoto.LED.FL96.at.3000K"          
#> [27] "Sunwayfoto.LED.FL96.at.4000K"          
#> [28] "Sunwayfoto.LED.FL96.at.5500K"          
#> [29] "Toshiba.LED.12W.2700K"                 
#> [30] "Toshiba.LED.9.5W.2700K"                
#> [31] "V.light.LED.2W.6000K"                  
#> [32] "Valoya.LED.B50.AP67.grow.lamp"         
#> [33] "Valoya.LED.RX600HW.Solray385.grow.lamp"

# select lamps emitting in the amber, yellow, orange region
lamps.mspct[sodium_lamps]
#> Object: source_mspct [1 x 1]
#> --- Member: Osram.HPS.Super.Vialox ---
#> Object: source_spct [301 x 2]
#> Wavelength range 300-900 nm, step 2 nm 
#> Label: High pressure sodium lamp: Osram Super Vialox ca. 1995 
#> Measured on 0-10-17 12:14:11 UTC 
#> Spectral data in s.e.irrad normalized to 1 at 820 nm (max in 300-900 nm)
#> Variables:
#>  w.length: Wavelength [nm]
#>  s.e.irrad: Spectral energy irradiance [normalized] 
#> --
#> # A tibble: 301 × 2
#>    w.length s.e.irrad
#>       <dbl>     <dbl>
#>  1      300  0.000235
#>  2      302  0.000196
#>  3      304  0.000237
#>  4      306  0.000378
#>  5      308  0.000553
#>  6      310  0.000902
#>  7      312  0.00139 
#>  8      314  0.00198 
#>  9      316  0.00270 
#> 10      318  0.00348 
#> # ℹ 291 more rows
#> 
#> --- END ---