Landsat_bands: Constructor of lists of wavebands matching Landsat imagers

View source: R/landsat.bands.r

Landsat_bandsR Documentation

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")

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.

Value

a list of wavebands

See Also

waveband

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

Examples

Landsat_bands("L1")
Landsat_bands("L8")
OLI_bands()
TIRS_bands()


photobiologyWavebands documentation built on Oct. 24, 2023, 5:07 p.m.