ee.Algorithms.Landsat.calibratedRadiance
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Kalibruje każdy pasmo obrazu, stosując transformację liniową o nachyleniu
RADIANCE_MULT_BAND_N
i punkcie przecięcia z osią Y
RADIANCE_ADD_BAND_N
. Te wartości są wyodrębniane z metadanych obrazu.
Wykorzystanie | Zwroty |
---|
ee.Algorithms.Landsat.calibratedRadiance(image) | Obraz |
Argument | Typ | Szczegóły |
---|
image | Obraz | Obraz wejściowy Landsat. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eCalibrates Landsat imagery to top-of-atmosphere reflectance using image metadata.\u003c/p\u003e\n"],["\u003cp\u003eApplies a linear transformation (slope and intercept) to each band for calibration.\u003c/p\u003e\n"],["\u003cp\u003eAccessible through the \u003ccode\u003eee.Algorithms.Landsat.calibratedRadiance\u003c/code\u003e function, taking the Landsat image as input.\u003c/p\u003e\n"],["\u003cp\u003eReturns a calibrated image ready for further analysis.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.Landsat.calibratedRadiance\n\nCalibrates 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.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------|---------|\n| `ee.Algorithms.Landsat.calibratedRadiance(image)` | Image |\n\n| Argument | Type | Details |\n|----------|-------|--------------------------|\n| `image` | Image | The input Landsat image. |"]]