refractive_index.mspct: Refractive-index spectra for materials

Description Usage Format Details Note Examples

Description

A collection of refractive-index spectra for some materials.

Usage

1

Format

A "generic_mspct" object containing multiple "generic_spct" objects.

Details

The "generic_mspct" object contains "generic_spct" objects with refractive index data.

The variables in each member spectrum are as follows:

Note

Data labeled "for unrestricted use" originate from the Filmmetrics Refractive Index Database at https://www.filmetrics.com/refractive-index-database where primary sources are provided. The names in refractive_index.mspct are the same as in the downloaded files, except for the '.txt' tag.

Examples

1
2
3
4
5
6
7
8
length(refractive_index.mspct)
names(refractive_index.mspct)
refractive_index.mspct$Acrylic
refractive_index.mspct[["Acrylic"]]

# Compute spectral reflectance for an interface between acrylic and air
# incidence angle of colimated light 60 degrees.
Rfr_from_n(angle_deg = 60, n = refractive_index.mspct[["Acrylic"]])

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