Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

leds.mspct

Spectral irradiance for diverse LEDs


Description

A collection of emission spectra of light-emitting-diodes from different suppliers.

Usage

leds.mspct

Format

A "source_mspct" object containing 51 "source_spct" objects.

In each of the member spectra, the variables are as follows:

  • w.length (nm)

  • s.e.irrad (W m-2 nm-1)

Details

The "source_mspct" object contains "source_spct" objects with spectral emission data.

The variables in each member spectrum are as follows:

  • w.length (nm)

  • s.e.irrad (absolute or normalized).

When the exact distance from LED to cosine diffuser is not known precisely or when the driving current is unknown, the spectra have been normalized to spectral energy irradiance equal to 1 W m-2 nm-1 at the wavelength of maximum spectral irradiance. When the details of the measurement conditions are know, this are given and the data are expressed in absolute spectral irradiance units. In any case, it needs to be taken into account than even in these cases measuremnts have not been done in an optical bench, so values of expectral irradiance are subject to errors due to possible missalignment. The shape of the spectra, in contrast can be relied upon as measurements were done with well calibrated instruments.

Note

Please see the metadata in each spectrum and the help pages corresponding to each supplier for contact information. The metadate is stored in attributes and can accessed with functions getWhatMeasured and getWhenMeasured. Sone spectra also contain information on the measurement accessible with getInstrDesc and getInstrSettings.

See Also

Examples

library(photobiology)
library(ggspectra)

names(leds.mspct)

leds.mspct$white

cat(getWhatMeasured(leds.mspct$white))

peaks(leds.mspct$white, span = 100)

range(leds.mspct$white)

stepsize(leds.mspct$white)

plot(leds.mspct$white)

intersect(led_engin, blue_leds)

leds.mspct[intersect(led_engin, blue_leds)]

photobiologyLEDs

Spectral Data for Light-Emitting-Diodes

v0.4.3-1
GPL (>= 2)
Authors
Pedro J. Aphalo [aut, cre] (https://orcid.org/0000-0003-3385-972X), Shafiuddin Ahmed [ctb]
Initial release
2018-01-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.