ee.Algorithms.Landsat.calibratedRadiance

Calibrates each band of an image by applying linear transformation with slope RADIANCE_MULT_BAND_N and y-intercept RADIANCE_ADD_BAND_N; these values are extracted from the image metadata.

UsageReturns
ee.Algorithms.Landsat.calibratedRadiance(image)Image
ArgumentTypeDetails
imageImageThe input Landsat image.