Note topocorr
+++
title = '笔记:地形校正'
date = 2024-01-15T16:46:08+08:00
+++
ENVI扩展工具:地形校正扩展工具 - ENVI-IDL技术殿堂 - 博客园
ENVI-IDL技术殿堂 - 博客园
Topographic Correction
| Topographic Correction Task
# 地形校正Task
This is an example of a custom task that performs band math on two rasters.
# 这是在两个光栅上执行带数学运算的自定义任务的示例。
Inputs
Input Spectral Raster | enviraster
Specify the first raster on which to perform topographic correction.
Input DEM Raster | enviraster
Specify a DEM raster.
Sun Azimuth | float
Specify the sun azimuth stroed in metadat.
Sun Elevation | float
Specify the sun elevation stroed in metadat.
Kernel Size | string # 字符串
3*3 | 5*5 | 7*7 | 9*9
Specify the kernel size on which to perform topographic modeling.
# 指定要在其上执行地形建模的内核大小。
Grid Size | uint
Specify the sample size.
Topo Model | string
Teillet | VECA | Cosine-B | Cosine C | Cosine-T | C | SCS | SCS+C
Specify the topographic model.
Output Interleave | string
BSQ | BIL | BIP
Specify the output raster interleave.
# 指定输出光栅交错。
Resample Method | string
Nearest Neighbor | Bilinear | Cubic Convolution
Resample Method.
Output Raster URI | enviuri
Specify a string with the fully qualified path and filename for output Raster.
# 为输出Raster指定一个具有完全限定路径和文件名的字符串。
Display Result | bool
Display the result or not.
Outputs
Output Raster | enviraster
Specify the output raster URI.
|
Sun Azimuth:太阳方位角,一般可由数据元文件查到。
Sun Elevation:太阳高度角,一般可由数据元文件查到。
Kernel Size:卷积核大小。地形校正需由DEM数据计算坡度、坡向,Kernel Size值越大,计算出的地形因子越平滑。
Grid Size:参与回归运算样本点采样间隔,默认为10,即每10个像元取一个样本点。若需全部像元参与回归,则设置为1。数据较大时,可设置此值
Resample Method:DEM数据重采样方法。
遥感图像通用数据格式(BSQ\BIL\BIP)的理解_bsq bil bip-CSDN博客
BSQ(Band sequential ):像素按波段顺序存储,即先保存第一个波段,保存完毕后再保存第二个波段,以此类推。同一波段内的像素按行列顺序存储。
BIL(Band interleaved by line):像素按行存储,即先保存第一个波段的第一行,再保存第二个波段的第一行,以此类推。
BIP(band interleaved by pixel ):按像元顺序存储,即先保存第一个波段的第一个像元,再保存第二个波段的第一个像元,以此类推。
遥感数字图像处理(实验三)——滤波、锐化、平滑_convolutions and morphology-CSDN博客
论文(地形校正)
遥感影像地形校正研究进展及其比较实验 - 中国知网
山地叶面积指数反演理论、方法与研究进展
其他
科学网—运用扩展模块Topo_correction.sav进行地形校正需要注意的问题 - 王丹丹的博文
校正结果中对于反射率较低的波段,如红绿蓝可见光波段,容易出现负值,导致地形校正结果在相应波段显示为空白。