radconv: Conversion to TOA Radiance

Description Usage Arguments Value Author(s) References Examples

View source: R/land8tools.R

Description

Conversion to TOA radiance of satellite data.

Usage

1
radconv(x, Ml, Al)

Arguments

x

Image to be converted, in matrix, data frame, or SpatialGridDataFrame format.

Ml

band specific multiplicative rescaling factor from the metadata (MTL file) (RADIANCE_MULT_BAND_x, where x is the band number).

Al

Mp band specific additive rescaling factor from the metadata (MTL file) (RADIANCE_ADD_BAND_x, where x is the band number).

Value

TOA spectral radiance (Watts/(m2*srad*micro-m)).

Author(s)

Alexandre dos Santos

References

U.S. Geological Survey. 2015. Landsat 8 (L8) data users handbook. Version 1.0. 97p.

Examples

1
2
3
data(band5)
band5.dn<- as(band5, 'SpatialGridDataFrame')
band5.rad<-radconv(band5.dn,5.9150E-03,-29.57525)

Example output



landsat8 documentation built on May 2, 2019, 9:11 a.m.

Related to radconv in landsat8...