公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Algorithms.Landsat.calibratedRadiance
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
通过应用斜率为
RADIANCE_MULT_BAND_N
、y 轴截距为
RADIANCE_ADD_BAND_N
的线性转换来校准图像的每个波段;这些值是从图像元数据中提取的。
用法 | 返回 |
---|
ee.Algorithms.Landsat.calibratedRadiance(image) | 图片 |
参数 | 类型 | 详细信息 |
---|
image | 图片 | 输入的 Landsat 图像。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]