MSSdn2rad: Convert MSS DN values to TOA radiance

Description Usage Arguments Details Value See Also Examples

Description

Convert MSS DN values to TOA radiance.

Usage

1
MSSdn2rad(imgFile)

Arguments

imgFile

filename (character). Full path to *dn.tif image file produced by the MSSunpack function.

Details

The equation used to convert DN to TOA radiance can be found here.

Value

A 4-band Landsat MSS GeoTIFF raster image file in units of top-of-atmosphere (TOA) radiance. The file will be placed in same directory as the 'imgFile' with the name equal to the image ID followed by 'toa_radiance'. Note that the values are scaled by 100 and rounded to the nearest integer to reduce the file size.

See Also

MSSdn2refl

Examples

1
2
3
4
5
## Not run: 

MSSdn2rad("C:/mss/LM10360321973191AAA04/LM10360321973191AAA04_dn.tif")

## End(Not run)

jdbcode/MSScvm documentation built on May 19, 2019, 8:24 a.m.