IDL读取MODIS 1B数据中250分辨率下的数据
2014-01-22 15:05 池戎 阅读(447) 评论(0) 编辑 收藏 举报 Varname=EV_250_RefSB
file=dialog_pickfile(default_extension='.hdf',filter='*.hdf'
hdfid=hdf_sd_start(file)
index=hdf_sd_nametoindex(hdfid,varname)
varid=hdf_sd_select(hdfid,index)
hdf_sd_getdata,varid,data,_extra=extra_kewords
hdf_sd_endaccess,varid
file=dialog_pickfile(default_extension='.hdf',filter='*.hdf'
hdfid=hdf_sd_start(file)
index=hdf_sd_nametoindex(hdfid,varname)
varid=hdf_sd_select(hdfid,index)
hdf_sd_getdata,varid,data,_extra=extra_kewords
hdf_sd_endaccess,varid
如有疑问,请和我一起讨论。