搜索资源列表
ndvi
- 生成归一化植被指数(NDVI)数据产品及图象产品的IDL源程序-Generate normalized difference vegetation index (NDVI) data products and image products, IDL source code
Modistool
- 该模块包含了几个 IDL 函数 , 并被打包为一个编译了的ENVI模块 . 可以在 ENVI+IDL 或者 ENVI-Runtime 版本中使用 . 该模块用 IDL5.4 进行编译 , 并用 ENVI 3.4+SP1 进行了测试。可以实现bow-tie 纠正、亮温反演、Export of GCP等功能-This IDL module contains several functions that can be incorporated into the ENVI environment i
Mosaic_batch
- idl programme modis batch
radiation_correction
- IDL实现modis数据的辐射校正 修改文件路径即可用-IDL achieve modis radition correction Modify the file path can be used
modis2aerosol
- modis卫星数据反演气溶胶系统的IDL源码 . 可以用来监测环境雾霾的发生。用于环境气象的预测预报中。-modis satellite aerosol data retri system IDL source. Can be used to monitor the environmental occurrence of haze. Weather forecast for the environment.
MODIS
- 本压缩文件包含利用LUT(查找表)进行MODIS气溶胶反演的系统、源代码及说明文档 源代码为idl的pro文件,易于学习查看 还附赠了6s大气传输模型用以生成查找表(LUT)之用 -Modis 6s.
ModisCorrection
- modis的几何校正,基于三角网,MODIS 数据几何校正算法设计及其IDL 实现-modis geometric correction, based on triangulation,MODIS data geometric correction algorithm design and realization IDL
xiaoxionggongjuxiang
- 小熊工具箱是由中科院对地观测中心在读博士胡勇将自己写的IDL代码整理而成,包含许多实用功能:相对辐射归一化、矩匹配相对辐射校正、趋势分析、最大值合成、MODIS质量数据转换、批量矢量裁剪、MRT批处理、TVDI、ROI分离器、批量生成缩略图、批量生成影像范围(shp)-Bear toolbox by CAS CEODE PhD Hu Yong will write their own IDL code cleanup is made, it contains many useful featur
modis_Aerosol_inversion
- MODIS数据的气溶胶反演产品的IDL程序文件-IDL modis invension
modis_lut
- 对MODIS反演时,建立所需的查找表LUT用于查找相应值得程序-IDL look up table
ambrals_kernels
- AMBRALS反照率核驱动模型反演程序,用于MODIS BRDF反演-IDL version of kernels used in AMBRALS forward model (MODIS surface BRDF)
辐射定标
- 该功能把hdf数据中的波段 2、5、17、18、19转换成表观反射率,以便进行大气水汽反演(The function converts the bands 2, 5, 17, 18 and 19 in HDF data into apparent reflectance for atmospheric water vapor retrieval)
ENVI_modis_conversion_toolkit
- modis conwersion toolkit 插件(modishconwersion tooklit Plug-in unit)
process_LST_mask
- 代码为modis温度数据掩膜裁剪,比envi或arcmap裁剪高效。(The code is tailored for the MODIS temperature data mask, which is more efficient than the envi or ArcMap clipping.)
NDVI
- 代码为modis归一化植被指数的计算,格式转换及背景值的填充。(The code is the calculation of the MODIS normalized vegetation index, the format conversion and the filling of the background value.)
MODIS气溶胶反演
- 遥感6s模拟程序,包括lut查找表,气溶胶反演的源代码,以及6s的运行程序(Remote sensing 6S simulation program)
6s_lut
- 该程序是通过6s辐射校正模型生成查找表,以便进行气溶胶反演 ; 该程序参数设置较为简单,如果要详细的参数,请自行设置 ; 改进方法:1、读取每一个影像的角度信息建立查找表,这样精度更高 ; 2、利用IDL直接调用Fortran语言的6S源程序,并行生成查找表,速度提高20倍左右 ; 3、将所有参数都设置好,缩小步长,构建一个庞大的查找表,构建神经网络,一劳永逸(The program generates look-up
test
- 用envi+idl计算ndvi的最大值合成图像,,,(NDVI=ENVI_GET_DATA(fid=fid,dims=dims,pos=0) ind = where(NDVI eq -10) FOR i=1,numTim-1 DO BEGIN FTest_temp = file_test(infiles[i]) if (FTest_temp ne 0 ) then begin print,infiles[i] ENVI_OPE
6sV-2.1
- 基于ENVI-IDL利用6S模型构建气溶胶查找表(Using 6S model to construct aerosol lookup table)
IDL构建MODIS气溶胶查找表源码
- 本代码基于IDL调用6S辐射传输模型构建针对MODIS卫星的气溶胶查找表。