摘要:
转自:http://blog.csdn.net/rrrrssss00/article/details/4843841 方法1:pro testEnviImg,path; compile_opt idl2; envi,/restore_base_save_files; envi_batch_init path = ENVI_PICKFILE(title='pick file') envi_open_file, path, r_fid=fid if (fid eq -1) then return ;ENVI_SELECT, fid=fid ,pos=pos envi_file_qu 阅读全文