photobiologyWavebands (version 0.5.2)

Landsat_bands: Constructor of lists of wavebands matching Landsat imagers

Description

Defined according as ranges of wavelengths according to NASA and USGS manuals. The definitions are as rectangular windows, while the true response functions deviate to some extent from these ideal definitions.

Usage

Landsat_bands(std = "L8")

RBV_bands(std = "LandsatRBV")

MSS_bands(std = "LandsatMSS")

OLI_bands(std = "LandsatOLI")

TIRS_bands(std = "LandsatTIRS")

ETM_bands(std = "LandsatETM")

Value

a list of wavebands

Arguments

std

a character string "L1"..."L9", for missions, "LandsarRBV", "LandsatMSS", etc. for imagers.

Details

See https://landsat.usgs.gov/spectral-characteristics-viewer for detailed sensitivity spectra for the different bands of the imaginers.

See Also

waveband

Other lists of unweighted wavebands: IR_bands(), Plant_bands(), UV_bands(), VIS_bands()

Examples

Run this code
Landsat_bands("L1")
Landsat_bands("L8")
OLI_bands()
TIRS_bands()

Run the code above in your browser using DataLab