A collection of lamp emission spectra measured with different spectroradiometers.
Details
The "source_mspct"
object contains "source_spct"
objects with spectral emission data. These classes are defined in
package photobiology-package
together with
corresponding methods and functions.
The variables in each member spectrum are as follows:
w.length (nm)
s.e.irrad (relative energy based units)
See also
bentham_lamps
, licor_lamps
, macam_lamps
,
oo_maya_lamps
for information on the spectroradiometers, and
photobiologyLEDs-package
for spectra for LEDs available
as electronic components.
Examples
uv_lamps
#> [1] "Convoy.S2plus.LED.UVA.flashlight" "Eiko.F36T8.BLB"
#> [3] "Generic.germicidal" "Jaxman.U1c.LED.UVA.flood.flashlight"
#> [5] "LCDlighting.FT.UVA.BL" "Philips.FT.TL.40W.01.uv"
#> [7] "Philips.FT.TL.40W.12" "Philips.FT.TL.40W.12.uv"
#> [9] "Philips.FT.TLD.36W.BLB.108" "QPanel.FT.UVB313.40W"
#> [11] "QPanel.FT.UVB340.40W"
union(QPanel_lamps, uv_lamps)
#> [1] "QPanel.FT.UVB313.40W" "QPanel.FT.UVB340.40W"
#> [3] "Convoy.S2plus.LED.UVA.flashlight" "Eiko.F36T8.BLB"
#> [5] "Generic.germicidal" "Jaxman.U1c.LED.UVA.flood.flashlight"
#> [7] "LCDlighting.FT.UVA.BL" "Philips.FT.TL.40W.01.uv"
#> [9] "Philips.FT.TL.40W.12" "Philips.FT.TL.40W.12.uv"
#> [11] "Philips.FT.TLD.36W.BLB.108"
lamps.mspct[union(Philips_lamps, red_lamps)]
#> Object: source_mspct [18 x 1]
#> --- Member: Philips.CF.PLS.11W.927 ---
#> Object: source_spct [301 x 2]
#> Wavelength range 300-900 nm, step 2 nm
#> Label: Compact fluorescent lamp: Philips PLS 11W 927 ca. 1995
#> Measured on 0-10-18 08:51:11 UTC
#> Spectral data in s.e.irrad normalized to 1 at 612 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.000135
#> 2 302 0.000370
#> 3 304 0.000351
#> 4 306 0.000227
#> 5 308 0.00240
#> 6 310 0.00804
#> 7 312 0.0151
#> 8 314 0.0171
#> 9 316 0.0115
#> 10 318 0.00536
#> # ℹ 291 more rows
#> --- Member: Philips.FT.TL.40W.01.uv ---
#> Object: source_spct [301 x 2]
#> Wavelength range 250-400 nm, step 0.5 nm
#> Label: Fluorescent tube: Philips narrow-band UV-B lamp TL01 40W
#> Spectral data in s.e.irrad normalized to 1 at 311.5 nm (max in 250-400 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 250 0.000000249
#> 2 250. 0.0000000624
#> 3 251 0.0000000340
#> 4 252. 0.0000000166
#> 5 252 0.0000000261
#> 6 252. 0.000000468
#> 7 253 0.0000280
#> 8 254. 0.0000979
#> 9 254 0.0000102
#> 10 254. 0.000000201
#> # ℹ 291 more rows
#> --- Member: Philips.FT.TL.40W.12 ---
#> Object: source_spct [561 x 2]
#> Wavelength range 240-800 nm, step 1 nm
#> Label: Fluorescent tube: Philips TL12 40W
#> Measured on 1997-05-19 UTC
#> Spectral data in s.e.irrad normalized to 1 at 435 nm (max in 240-800 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 561 × 2
#> w.length s.e.irrad
#> <int> <dbl>
#> 1 240 0
#> 2 241 0
#> 3 242 0
#> 4 243 0
#> 5 244 0
#> 6 245 0
#> 7 246 0
#> 8 247 0
#> 9 248 0
#> 10 249 0
#> # ℹ 551 more rows
#> --- Member: Philips.FT.TL.40W.12.uv ---
#> Object: source_spct [301 x 2]
#> Wavelength range 250-400 nm, step 0.5 nm
#> Label: Fluorescent tube: Philips broad-band UV-B lamp TL12 40W
#> Spectral data in s.e.irrad normalized to 1 at 313 nm (max in 250-400 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 250 0.000000683
#> 2 250. 0
#> 3 251 0
#> 4 252. 0
#> 5 252 0.000000365
#> 6 252. 0.00000135
#> 7 253 0.0000379
#> 8 254. 0.000153
#> 9 254 0.0000109
#> 10 254. 0.000000978
#> # ℹ 291 more rows
#> --- Member: Philips.FT.TL5.35W.830.HE ---
#> Object: source_spct [1,120 x 2]
#> Wavelength range 251.16-898.81 nm, step 0.43-3.62 nm
#> Label: Fluorescent tube: Philips FT TL5 35W 830 HE
#> Measured on 2018-02-12 09:57:35.344863 UTC
#> Spectral data in s.e.irrad normalized to 1 at 611.35 nm (max in 251.16-898.81 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 1,120 × 2
#> w.length s.e.irrad
#> <dbl> <dbl>
#> 1 251. 0
#> 2 254. 0
#> 3 255. 0
#> 4 255. 0
#> 5 256. 0
#> 6 256. 0
#> 7 257. 0
#> 8 257. 0
#> 9 258. 0
#> 10 258. 0
#> # ℹ 1,110 more rows
#> --- Member: Philips.FT.TLD.36W.15 ---
#> Object: source_spct [601 x 2]
#> Wavelength range 300-900 nm, step 1 nm
#> Label: Fluorescent tube: Philips TLD 36W 15 ca. 1995
#> Measured on 0-08-23 10:16:11 UTC
#> Spectral data in s.e.irrad normalized to 1 at 660 nm (max in 300-900 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 601 × 2
#> w.length s.e.irrad
#> <dbl> <dbl>
#> 1 300 0.000196
#> 2 301 0.000959
#> 3 302 0.000752
#> 4 303 0.00110
#> 5 304 0.00126
#> 6 305 0.000885
#> 7 306 0.000521
#> 8 307 0.00153
#> 9 308 0.000167
#> 10 309 0.000493
#> # ℹ 591 more rows
#> --- Member: Philips.FT.TLD.36W.18 ---
#> Object: source_spct [614 x 2]
#> Wavelength range 251.16-898.81 nm, step 0.43-3.79 nm
#> Label: Fluorescent tube: Philips FT TLD 36W 18
#> Measured on 2018-02-16 14:41:42.529669 UTC
#> Spectral data in s.e.irrad normalized to 1 at 435.96 nm (max in 251.16-898.81 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 614 × 2
#> w.length s.e.irrad
#> <dbl> <dbl>
#> 1 251. 0
#> 2 254. 0
#> 3 255. 0
#> 4 255. 0
#> 5 256. 0
#> 6 256. 0
#> 7 257. 0
#> 8 257. 0
#> 9 258. 0
#> 10 258. 0
#> # ℹ 604 more rows
#> --- Member: Philips.FT.TLD.36W.18.lores ---
#> Object: source_spct [601 x 2]
#> Wavelength range 300-900 nm, step 1 nm
#> Label: Fluorescent tube: Philips TLD 36W 18 lores ca. 1995
#> Measured on 0-08-23 11:33:11 UTC
#> Spectral data in s.e.irrad normalized to 1 at 437 nm (max in 300-900 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 601 × 2
#> w.length s.e.irrad
#> <dbl> <dbl>
#> 1 300 0.000293
#> 2 301 0.000287
#> 3 302 0.0000802
#> 4 303 0.0000785
#> 5 304 0.000192
#> 6 305 0.000302
#> 7 306 0.000148
#> 8 307 0.000182
#> 9 308 0.000250
#> 10 309 0.000351
#> # ℹ 591 more rows
#> --- Member: Philips.FT.TLD.36W.83 ---
#> Object: source_spct [601 x 2]
#> Wavelength range 300-900 nm, step 1 nm
#> Label: Fluorescent tube: Philips TLD 36W 83 ca. 1995
#> Measured on 0-08-23 11:51:11 UTC
#> Spectral data in s.e.irrad normalized to 1 at 613 nm (max in 300-900 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 601 × 2
#> w.length s.e.irrad
#> <dbl> <dbl>
#> 1 300 0.000381
#> 2 301 0.000497
#> 3 302 0.000426
#> 4 303 0.000476
#> 5 304 0.000467
#> 6 305 0.000343
#> 7 306 0.000449
#> 8 307 0.000606
#> 9 308 0.00130
#> 10 309 0.00229
#> # ℹ 591 more rows
#> --- Member: Philips.FT.TLD.36W.89 ---
#> Object: source_spct [601 x 2]
#> Wavelength range 300-900 nm, step 1 nm
#> Label: Fluorescent tube: Philips TLD 36W 89 ca. 1995
#> Measured on 0-08-23 15:19:11 UTC
#> Spectral data in s.e.irrad normalized to 1 at 613 nm (max in 300-900 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 601 × 2
#> w.length s.e.irrad
#> <dbl> <dbl>
#> 1 300 0.000477
#> 2 301 0.000560
#> 3 302 0.00100
#> 4 303 0.000626
#> 5 304 0.000965
#> 6 305 0.000860
#> 7 306 0.000760
#> 8 307 0.000746
#> 9 308 0.00114
#> 10 309 0.00176
#> # ℹ 591 more rows
#> ..........................
#> 8 other member spectra not shown
#>
#> --- END ---
lamps.mspct$QPanel.FT.UVB313.40W
#> Object: source_spct [561 x 2]
#> Wavelength range 240-800 nm, step 1 nm
#> Label: Fluorescent tube: QPanel UVB-313 40W
#> Measured on 1997-05-19 UTC
#> Spectral data in s.e.irrad normalized to 1 at 435 nm (max in 240-800 nm)
#> Variables:
#> w.length: Wavelength [nm]
#> s.e.irrad: Spectral energy irradiance [normalized]
#> --
#> # A tibble: 561 × 2
#> w.length s.e.irrad
#> <int> <dbl>
#> 1 240 0
#> 2 241 0
#> 3 242 0
#> 4 243 0
#> 5 244 0
#> 6 245 0
#> 7 246 0
#> 8 247 0
#> 9 248 0
#> 10 249 0
#> # ℹ 551 more rows