photobiologyFilters-package: photobiologyFilters: Spectral Transmittance and Spectral...

Description Details Warning! Note Author(s) References See Also Examples

Description

Spectral 'transmittance' data for frequently used filters and similar materials. Plastic sheets and films; photography filters; theatrical gels; machine-vision filters; various types of window glass; optical glass and some laboratory plastics and glassware. Spectral reflectance data for frequently encountered materials. Part of the 'r4photobiology' suite, Aphalo P. J. (2015) <doi:10.19232/uv4pb.2015.1.14>.

Details

This package contains transmission spectra for different types of optical filters and filter-like objects. These spectral data are NOT normalized. In most cases they have been obtained from sheets of the standard thickness supplied by sellers. Metadata is stored together with the spectral data, when available, it includes thickness, an approximate estimate of Rfr and whether attenuation by the filter is based on reflection, absorption or both. Beware that when attenuation is by absorption in the body of the filter, thickness has a strong effect on the wavelengths at which Tfr = 0.5 is reached for a given material. Be also aware that some of the data are for total transmittance and some for internal transmittance. Depending on the type of filter, spectral transmittance depends more or less strongly on the angle of incidence of radiation. All measurements included have been done with a angle of incidence that deviates at most by a 10 degrees from zero (light beam perpendicular to the surface of the filter). Additional data is provided in the documentation for different objects, and metadata is also stored as attributes in the individual spectral objects. When metadata are available, estimates of spectral transmittance for different thicknesses can be usually computed. The same is true for the conversion between total and internal transmittance.

In addition to transmittance for semitransparent materials, the package also contains data on the refractive index as a function of wavelength, for several different materials. These data allow the estimation of spectral reflectance for these materials.

Spectral reflectance data is included for some common metals and for natural and man-made surfaces relevant to remote sensing.

Transmittance data are included for:

Warning!

Except for those from Schott and MIDOPT, none of the spectral data included in this package are "official" specifications. In all cases data are only for information, as even suppliers refer to the data provided as typical. Spectral transmittance depends on the measurement conditions, and, even more importantly, among individual production batches of filter materials. Spectral specifications are usually given as reference values. Both glass and plastic filters also age: their spectral properties change as a result of exposure to radiation or the gases in the atmosphere. Aging is in some cases fast. Another point to keep in mind is that some filter suppliers, for example Rosco, have changed the spectral transmittance of some filters over the years without changing the code or name under which they are sold. In other words, the data provided here are not a substitute for actual measurements of transmission spectra of the filters actually used in a given piece of scientific research. For less demanding situations the data are in most cases useful, but perfect agreement with measurements on other batches of filters of the same exact type should not be expected.

Note

This package is part of a suite of R packages for photobiological calculations described at the [r4photobiology](https://www.r4photobiology.info) web site.

Author(s)

Maintainer: Pedro J. Aphalo pedro.aphalo@helsinki.fi (ORCID)

Other contributors:

References

Aphalo, Pedro J. (2015) The r4photobiology suite. UV4Plants Bulletin, 2015:1, 21-29. https://doi.org/10.19232/uv4pb.2015.1.14.

See Also

Useful links:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
library(ggspectra)
library(photobiologyWavebands)

# Total number of spectra in the package
length(filters.mspct)

# SCHOTT filters example
schott_filters
filters.mspct$Schott_OG530
filters.mspct[["Schott_OG530"]]
getWhatMeasured(filters.mspct$Schott_OG530)
filter_properties(filters.mspct$Schott_OG530)
cat(comment(filters.mspct$Schott_OG530))

# combining name (index) vectors
# blue glass filters
intersect(optical_glass_filters, blue_filters)
# green plastic films
intersect(plastic_films, green_filters)

# A Plexiglas sheet
getWhatMeasured(filters.mspct$Evonik_Sky_Blue_5C01_GT)
autoplot(filters.mspct$Evonik_Sky_Blue_5C01_GT)
transmittance(filters.mspct$Evonik_Sky_Blue_5C01_GT, Orange())
transmittance(filters.mspct$Evonik_Sky_Blue_5C01_GT, NIR())

# Gold
autoplot(metals.mspct$gold, range = NIR(), w.band = NULL)

# Asphalt
autoplot(materials.mspct$construction.asphalt, range = NIR(), w.band = NULL)

photobiologyFilters documentation built on Oct. 23, 2020, 7:18 p.m.