إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Algorithms.Landsat.calibratedRadiance
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعمل هذه الدالة على معايرة كل نطاق من الصورة من خلال تطبيق تحويل خطي مع ميل
RADIANCE_MULT_BAND_N
وتقاطع المحور الصادي
RADIANCE_ADD_BAND_N
، ويتم استخراج هذه القيم من البيانات الوصفية للصورة.
الاستخدام | المرتجعات |
---|
ee.Algorithms.Landsat.calibratedRadiance(image) | صورة |
الوسيطة | النوع | التفاصيل |
---|
image | صورة | صورة Landsat المدخَلة |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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. |"]]