for i=0,n-1 do begin filename=filenames[i] envi_open_file,filename,r_fid =fid ;envi_open_file,返回文件的fid ;envi_select可以交互的选择文件,并返回fid envi_file_query,fid,data_type=data_type, xstart=xstart, $ ystart=ystart, interleave=interleave, nb=nb, nl=nl, ns=ns,$ offset=...
data_type=data_type, offset=offset, interleave=interleave, $ xstart=xstart, ystart=ystart, $ descrip='iimage', /write, /open, $ map_info=map_info,file_type=33 ;将头文件信息写入新的文件 endfor end 如果采用envi_setup_head,来进行文件信息写入,要写上file_type对应的关键字, 否则的话,会导致...
1、Landsat 8 OLI_TIRS 数据 三、实验内容 File—open--找到文件所在路径,选中*.MTL.txt数据打开一右键单击影像,选择View Metadata--弹出View Metadata窗口,选择左侧的Raster,可以查看到行数(Rows)为7961,列数(Columns)为7841,波段数(Bands)为7,文件类型(Data Type)为UInt,Interleave为BSQ。点击左侧的Image Parame...
envi_file_query, fid, dims=dims, nb=nb,nl=nl,ns=ns,DATA_TYPE=DATA_TYPE,$ interleave=interleave, xstart=xstart, ystart=ystart ;只处理单波段文件 if nb ne 1 then begin void=DIALOG_MESSAGE('请指定单波段文件',/info,title='提示') return endif inherit = envi_set_inheritance(fid, dims, ...
注:以上示例均可设置 Sensor Type 为Auto Identify。 2.2 批量加载显示已打开图像 菜单位于:File >Load Multiple Rasters 工具主界面如下所示: Select rasters to load:选择需要加载显示的图像 Enter the bands number for R/G/G:输入R、G、G通道对应波段数,从1开始,空格隔开。
单击Apply FLAASH Settings按钮,自动设置FLAASH大气校正工具需要的数据类型,包括储存顺序(Interleave):BIL或者BIP;数据类型(Data Type):Float;辐射率数据单位调整系数(Scale Factor):0.1。 设置输出路径和单位名,单击OK执行辐射定标。 定标结果验证:显示辐射定标结果图像,选择Display>Profiles>Spectral查看波谱曲线,看到定标后...
Output Data Type:输出数据类型。可选Float(0~1)、Byte(0~255) Display Result:是否加载显示结果 Output Raster:输出文件 3接口调用 工具安装完成后,可在IDL中调用接口,或使用ENVI Modeler,轻松实现批处理。 e=envi() task=ENVITask('RasterNormalizationDu') ...
1、(1) 在 Toolbox 中,选择 SARscape ->Basic->Import Data->Standard Formats->ALOS PALSAR。(2) 在打开的面板中,数据类型(Data Type):。注:这些信息可以从数据文件名中推导而来。(3) 单击 Leader/Param file,选择文件。(4) 点击 Data list,选择文件(4) 单击 Output file,选择输出路径。注:软件会在...
Data Types:char|string DataType—Data type to write to ENVI binary data file 'single'|'double'|'uint8'|'uint16'|'uint32'|'uint64'|'int8'|'int16'|'int32'|'int64' Data type to write to the ENVI binary data file, specified as the comma-separated pair consisting of'DataType'and a...
1.浏览波谱库(Spectral Library) Display——Spectral Library Viewer 自动列出ENVI 5.1软件自带的波谱库文件。ENVI自带多种标准波谱库。ENVI5.1新增了2443种Aster波谱文件。 2.绘制地物波谱剖面图(Spectral Profile) 利用头文件信息按比例绘制波谱曲线 X(Horizontal),Y(Vertical),Z(Spectral),Data Value,Wavelength ...