photobiologyWavebands (version 0.4.2)

Landsat_bands: Constructor of lists of wavebands matching Landsat imagers

Description

Defined according as ranges of wavelengths according to NASA and USGS manuals.

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"..."L8", for missions, "LandsarRBV", "LandsatMSS", etc. for imagers.

Value

a list of wavebands

See Also

waveband

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

Examples

Run this code
# NOT RUN {
Landsat_bands("L1")
Landsat_bands("L8")
OLI_bands()
TIRS_bands()

# }

Run the code above in your browser using DataLab