首先需要打开影像,然后在上面建立ROI
利用Basic Tool-Region of Intertrest-Create Class Image from ROI
可以将基于ROI的mask建立,具有和影像相同的大小和投影信息。
生成的mask,maks值为1,非mask值为0
将下载好的遥感影像导入遥感影像处理软件ENVI 5.6中,使用ENVI 5.6的Toolbox中的FLAASH Atmospheric Correction工具
在跳出的FLAASH Atmospheric Correction Model Input Parameters界面中进行如下操作
并在跳出的界面中选择Use single scale factor for all ba…
英文文档:
open(file, moder, buffering-1, encodingNone, errorsNone, newlineNone, closefdTrue, openerNone)
Open file and return a corresponding file object. If the file cannot be opened, an OSError is raised.
file is either a string or bytes ob…